X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..5db920c9ddce4abf75ae260d60c654cc7287f570:/src/palmos/gdiimage.cpp?ds=sidebyside diff --git a/src/palmos/gdiimage.cpp b/src/palmos/gdiimage.cpp index d28f75aa6a..4fdb574a6b 100644 --- a/src/palmos/gdiimage.cpp +++ b/src/palmos/gdiimage.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "gdiimage.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -31,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" @@ -45,7 +40,7 @@ #include "wx/file.h" #include "wx/listimpl.cpp" -WX_DEFINE_LIST(wxGDIImageHandlerList); +WX_DEFINE_LIST(wxGDIImageHandlerList) // ---------------------------------------------------------------------------- // auxiliary functions @@ -115,5 +110,3 @@ void wxGDIImage::CleanUpHandlers() void wxGDIImage::InitStandardHandlers() { } - -