X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7884ab9018ce2c674fc730bc1eaadaf9b9aa9b18..a57d600f1aa4bae88f4c9b8d89a35332c412939e:/src/common/imagpng.cpp diff --git a/src/common/imagpng.cpp b/src/common/imagpng.cpp index 1d8a97046d..5a5b25e584 100644 --- a/src/common/imagpng.cpp +++ b/src/common/imagpng.cpp @@ -19,20 +19,19 @@ #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"