X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..137c8bde085d6d5b7c459902d2ea1a198ab48765:/src/palmos/dib.cpp?ds=sidebyside diff --git a/src/palmos/dib.cpp b/src/palmos/dib.cpp index c73eef0219..65eecf37da 100644 --- a/src/palmos/dib.cpp +++ b/src/palmos/dib.cpp @@ -24,15 +24,15 @@ #pragma hdrstop #endif +#if wxUSE_WXDIB + #ifndef WX_PRECOMP #include "wx/string.h" #include "wx/log.h" + #include "wx/intl.h" + #include "wx/bitmap.h" #endif //WX_PRECOMP -#if wxUSE_WXDIB - -#include "wx/bitmap.h" -#include "wx/intl.h" #include "wx/file.h" #include "wx/image.h" @@ -167,4 +167,3 @@ wxImage wxDIB::ConvertToImage() const #endif // wxUSE_IMAGE #endif // wxUSE_WXDIB -