]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/spinbutt.cpp
svn not cvs
[wxWidgets.git] / src / palmos / spinbutt.cpp
index 4490692fb55a9afa3530dae895dff1f6f53208ea..d42b461d109a455a531519f0c849c082ab6a1c11 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "spinbutt.h"
-    #pragma implementation "spinbutbase.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-#include "wx/app.h"
-#endif
-
 #if wxUSE_SPINBTN
 
 #include "wx/spinbutt.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/app.h"
+#endif
+
 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
 
 // ============================================================================
@@ -153,4 +148,3 @@ void wxSpinButton::SetRange(int minVal, int maxVal)
 
 #endif
     // wxUSE_SPINCTN
-