]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/tglbtn.cpp
added HasExtraStyle()
[wxWidgets.git] / src / palmos / tglbtn.cpp
index 7412efaf5c60a461b21e5fff87c956c24ef03408..3f75361d7e45b16d4c3b33cae4b2d12c7826ecf9 100644 (file)
@@ -26,6 +26,8 @@
 
 #if wxUSE_TOGGLEBTN
 
+#include "wx/tglbtn.h"
+
 #ifndef WX_PRECOMP
     #include "wx/button.h"
     #include "wx/brush.h"
@@ -35,7 +37,7 @@
     #include "wx/log.h"
 #endif // WX_PRECOMP
 
-#include "wx/tglbtn.h"
+#include <Control.h>
 
 // ----------------------------------------------------------------------------
 // macros
@@ -99,4 +101,3 @@ void wxToggleButton::Command(wxCommandEvent & event)
 }
 
 #endif // wxUSE_TOGGLEBTN
-