X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..db60c20db8321d7fb0604e33fe7288ddb38c496e:/src/palmos/icon.cpp diff --git a/src/palmos/icon.cpp b/src/palmos/icon.cpp index 20ddfcc3d2..12a7d01948 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" @@ -28,12 +24,12 @@ #pragma hdrstop #endif +#include "wx/icon.h" + #ifndef WX_PRECOMP - #include "wx/defs.h" #include "wx/list.h" #include "wx/utils.h" #include "wx/app.h" - #include "wx/icon.h" #include "wx/bitmap.h" #include "wx/log.h" #endif @@ -94,4 +90,3 @@ bool wxIcon::LoadFile(const wxString& filename, { return false; } -