]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/tglbtn.cpp
[ 1493005 ] Fix wxComboCtrl popup positioning.
[wxWidgets.git] / src / palmos / tglbtn.cpp
index d9de36c03ffc1f37a4ce97356373a5ffaef6feaf..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,8 +37,6 @@
     #include "wx/log.h"
 #endif // WX_PRECOMP
 
-#include "wx/tglbtn.h"
-
 #include <Control.h>
 
 // ----------------------------------------------------------------------------
@@ -101,4 +101,3 @@ void wxToggleButton::Command(wxCommandEvent & event)
 }
 
 #endif // wxUSE_TOGGLEBTN
-