X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..abd474ea63667f727940a009cc3e0b23ba9f418f:/src/palmos/dib.cpp diff --git a/src/palmos/dib.cpp b/src/palmos/dib.cpp index c73eef0219..3319054f5e 100644 --- a/src/palmos/dib.cpp +++ b/src/palmos/dib.cpp @@ -6,7 +6,7 @@ // Created: 10.13.04 // RCS-ID: $Id$ // Copyright: (c) William Osborne -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -24,18 +24,18 @@ #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" + #include "wx/image.h" #endif //WX_PRECOMP -#if wxUSE_WXDIB - -#include "wx/bitmap.h" -#include "wx/intl.h" #include "wx/file.h" -#include "wx/image.h" #include "wx/palmos/dib.h" // ---------------------------------------------------------------------------- @@ -167,4 +167,3 @@ wxImage wxDIB::ConvertToImage() const #endif // wxUSE_IMAGE #endif // wxUSE_WXDIB -