X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02761f6cd478e3c2c97cf6f93442747f7b029833..571d2e0f232be3f7220c485c7e72eccfb87f2855:/src/common/imagbmp.cpp diff --git a/src/common/imagbmp.cpp b/src/common/imagbmp.cpp index a500a84a97..9cf6d614f9 100644 --- a/src/common/imagbmp.cpp +++ b/src/common/imagbmp.cpp @@ -16,17 +16,21 @@ #if wxUSE_IMAGE +#include "wx/imagbmp.h" + #ifndef WX_PRECOMP + #ifdef __WXMSW__ + #include "wx/msw/wrapwin.h" + #endif #include "wx/log.h" #include "wx/app.h" #include "wx/bitmap.h" - #include "wx/module.h" + #include "wx/palette.h" + #include "wx/intl.h" #endif -#include "wx/imagbmp.h" #include "wx/filefn.h" #include "wx/wfstream.h" -#include "wx/intl.h" #include "wx/quantize.h" // For memcpy @@ -38,10 +42,6 @@ #endif #endif -#ifdef __WXMSW__ -#include "wx/msw/wrapwin.h" -#endif - //----------------------------------------------------------------------------- // wxBMPHandler //-----------------------------------------------------------------------------