]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/icon.cpp
[ 1509599 ] 'Split pickers page in widgets sample' with more icons and rebaking.
[wxWidgets.git] / src / palmos / icon.cpp
index 853931bafda4186bd86ab14e386caa14f49eab5f..12a7d01948b884d52b5938bb13f9dd4071587720 100644 (file)
     #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
@@ -90,4 +90,3 @@ bool wxIcon::LoadFile(const wxString& filename,
 {
     return false;
 }
-