]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpng.cpp
Commited FRM's stockitem patch (empty stock items).
[wxWidgets.git] / src / common / imagpng.cpp
index 07f0c8ad544162471b8a5a02917e9879cac30072..67c41464caafc53bdb3fdbfea5d09896f068f59f 100644 (file)
 
 #if wxUSE_IMAGE && wxUSE_LIBPNG
 
+#include "wx/imagpng.h"
+
 #ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/app.h"
+    #include "wx/bitmap.h"
+    #include "wx/module.h"
 #endif
 
-#include "wx/imagpng.h"
-#include "wx/bitmap.h"
 #include "png.h"
 #include "wx/filefn.h"
 #include "wx/wfstream.h"
 #include "wx/intl.h"
-#include "wx/module.h"
 
 // For memcpy
 #include <string.h>