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