X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7884ab9018ce2c674fc730bc1eaadaf9b9aa9b18..a8c5e1a9d1f56190e2d87aadc40a75589585af1f:/src/common/imagpng.cpp diff --git a/src/common/imagpng.cpp b/src/common/imagpng.cpp index 1d8a97046d..67c41464ca 100644 --- a/src/common/imagpng.cpp +++ b/src/common/imagpng.cpp @@ -19,25 +19,24 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ - #pragma hdrstop -#endif - -#ifndef WX_PRECOMP - #include "wx/defs.h" + #pragma hdrstop #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" + +#ifndef WX_PRECOMP + #include "wx/log.h" + #include "wx/app.h" + #include "wx/bitmap.h" + #include "wx/module.h" +#endif + #include "png.h" #include "wx/filefn.h" #include "wx/wfstream.h" #include "wx/intl.h" -#include "wx/module.h" // For memcpy #include