X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..12a124ddc9f861d00370de1c7dfb660c53e6931b:/src/palmos/dib.cpp?ds=inline diff --git a/src/palmos/dib.cpp b/src/palmos/dib.cpp index ee9ae2df71..4b0aaf7ad1 100644 --- a/src/palmos/dib.cpp +++ b/src/palmos/dib.cpp @@ -1,10 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// // Name: src/palmos/dib.cpp // Purpose: implements wxDIB class -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10.13.04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // License: 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 -