]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/icon.cpp
Added Set/GetQuickBestSize
[wxWidgets.git] / src / palmos / icon.cpp
index 20ddfcc3d2479d245b90b1cfcae3e1cd012859c9..98af07bc4128d1687103c6fd615e8534c7c0c100 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"
 
@@ -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;
 }
-