X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..77a1771911ed222ba6861ead327c3735fc16a0b1:/src/palmos/icon.cpp diff --git a/src/palmos/icon.cpp b/src/palmos/icon.cpp index 20ddfcc3d2..98af07bc41 100644 --- a/src/palmos/icon.cpp +++ b/src/palmos/icon.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "icon.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -29,7 +25,6 @@ #endif #ifndef WX_PRECOMP - #include "wx/defs.h" #include "wx/list.h" #include "wx/utils.h" #include "wx/app.h" @@ -94,4 +89,3 @@ bool wxIcon::LoadFile(const wxString& filename, { return false; } -