]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/checkbox.cpp
compile fix
[wxWidgets.git] / src / palmos / checkbox.cpp
index e05cb527cda77086d1ca54139da4b877363d6285..1e1d14d9253aa367c2714c1fe1117d30ed0d7d65 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "checkbox.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -30,8 +26,9 @@
 
 #if wxUSE_CHECKBOX
 
+#include "wx/checkbox.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/checkbox.h"
     #include "wx/brush.h"
     #include "wx/dcscreen.h"
     #include "wx/settings.h"