X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/412e0d47c05d69cb029e9dbd11b31ce24fb2377e..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/gdiimage.cpp diff --git a/src/palmos/gdiimage.cpp b/src/palmos/gdiimage.cpp index b4af31c463..8175ecdcca 100644 --- a/src/palmos/gdiimage.cpp +++ b/src/palmos/gdiimage.cpp @@ -27,11 +27,10 @@ #ifndef WX_PRECOMP #include "wx/string.h" #include "wx/log.h" + #include "wx/app.h" + #include "wx/bitmap.h" #endif // WX_PRECOMP -#include "wx/app.h" - -#include "wx/bitmap.h" #include "wx/palmos/gdiimage.h" #if wxUSE_WXDIB @@ -111,5 +110,3 @@ void wxGDIImage::CleanUpHandlers() void wxGDIImage::InitStandardHandlers() { } - -