X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0645e2b90a8c0a06e178fa6515d3480dc40d002a..593ac33e50ab0b01f6186773fa646104d410f365:/src/msw/dib.cpp diff --git a/src/msw/dib.cpp b/src/msw/dib.cpp index 9b1c1a6160..efa5b11d4a 100644 --- a/src/msw/dib.cpp +++ b/src/msw/dib.cpp @@ -30,15 +30,15 @@ #pragma hdrstop #endif +#if wxUSE_WXDIB + #ifndef WX_PRECOMP #include "wx/string.h" #include "wx/log.h" + #include "wx/intl.h" #endif //WX_PRECOMP -#if wxUSE_WXDIB - #include "wx/bitmap.h" -#include "wx/intl.h" #include "wx/file.h" #include @@ -800,4 +800,3 @@ wxImage wxDIB::ConvertToImage() const #endif // wxUSE_IMAGE #endif // wxUSE_WXDIB -