X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bca03736369e836cce9297509505c5972e775dd..571d2e0f232be3f7220c485c7e72eccfb87f2855:/src/common/imagbmp.cpp diff --git a/src/common/imagbmp.cpp b/src/common/imagbmp.cpp index 102e48d838..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/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/module.h" #include "wx/quantize.h" // For memcpy @@ -38,10 +42,6 @@ #endif #endif -#ifdef __WXMSW__ -#include "wx/msw/wrapwin.h" -#endif - //----------------------------------------------------------------------------- // wxBMPHandler //----------------------------------------------------------------------------- @@ -923,7 +923,7 @@ bool wxBMPHandler::LoadDib(wxImage *image, wxInputStream& stream, verbose, IsBmp, true) ) { if (verbose) - wxLogError( _("Error in reading image DIB .") ); + wxLogError( _("Error in reading image DIB.") ); return false; }