]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/pnghand.cpp
Fixed my utnpaste error (thanks to Marcin Wojdyr
[wxWidgets.git] / src / os2 / pnghand.cpp
index ef2eacda48928a855e26d04c16171610ae3d65ef..56cdb1f65456371b6f27130a80cb651b8bd63e1a 100644 (file)
 #   include <fstream>
 #endif
 
+#define INCL_PM
+#include <os2.h>
+
 #include "wx/palette.h"
 #include "wx/bitmap.h"
 #include "wx/utils.h"
 
-#define INCL_PM
-#include <os2.h>
-
 #include "wx/os2/pngread.h"
 
 extern "C" {
-#include "../png/png.h"
+#include "png.h"
 }
 
 extern "C" void png_read_init PNGARG((png_structp png_ptr));