X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e17e2b7c1d461c902303430135ca68915af2d98b..99bdcd556e57cf263fbfcc0f65cdd8ebd5f1c211:/src/os2/pnghand.cpp?ds=sidebyside diff --git a/src/os2/pnghand.cpp b/src/os2/pnghand.cpp index ef2eacda48..56cdb1f654 100644 --- a/src/os2/pnghand.cpp +++ b/src/os2/pnghand.cpp @@ -22,17 +22,17 @@ # include #endif +#define INCL_PM +#include + #include "wx/palette.h" #include "wx/bitmap.h" #include "wx/utils.h" -#define INCL_PM -#include - #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));