X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..0a95d3369e08206a43032472418693f7726591e5:/src/palmos/gdiimage.cpp diff --git a/src/palmos/gdiimage.cpp b/src/palmos/gdiimage.cpp index ac1b03e9b9..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 @@ -41,7 +40,7 @@ #include "wx/file.h" #include "wx/listimpl.cpp" -WX_DEFINE_LIST(wxGDIImageHandlerList); +WX_DEFINE_LIST(wxGDIImageHandlerList) // ---------------------------------------------------------------------------- // auxiliary functions @@ -111,5 +110,3 @@ void wxGDIImage::CleanUpHandlers() void wxGDIImage::InitStandardHandlers() { } - -