X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7c80f9e052d3d50b3d7780b21e55d8c5586cdea..ee0a94cfc2f71e8b770eedda5197a1f4bd62b5cb:/src/common/imagpng.cpp diff --git a/src/common/imagpng.cpp b/src/common/imagpng.cpp index 07f0c8ad54..67c41464ca 100644 --- a/src/common/imagpng.cpp +++ b/src/common/imagpng.cpp @@ -24,18 +24,19 @@ #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