]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/icon.cpp
correct painting of the items with custom colours in TVIS_DROPHILITED state (patch...
[wxWidgets.git] / src / palmos / icon.cpp
index 20ddfcc3d2479d245b90b1cfcae3e1cd012859c9..12a7d01948b884d52b5938bb13f9dd4071587720 100644 (file)
 // 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"
 
     #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;
 }
-