]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpng.cpp
renamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches...
[wxWidgets.git] / src / common / imagpng.cpp
index 1d8a97046dba72fdef5297b72371ece92662ca70..5a5b25e584172451724ba5dc4cdd9797109ab794 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-  #pragma hdrstop
+    #pragma hdrstop
 #endif
 
+#if wxUSE_IMAGE && wxUSE_LIBPNG
+
 #ifndef WX_PRECOMP
-  #include "wx/defs.h"
+    #include "wx/log.h"
+    #include "wx/app.h"
 #endif
 
-#if wxUSE_IMAGE && wxUSE_LIBPNG
-
 #include "wx/imagpng.h"
 #include "wx/bitmap.h"
 #include "wx/debug.h"
-#include "wx/log.h"
-#include "wx/app.h"
 #include "png.h"
 #include "wx/filefn.h"
 #include "wx/wfstream.h"