X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee19674c9f03aec361a86ccba39adc72baede491..88a7a4e10ed18f81a576dcd866cfbf02bf404c00:/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 -