]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/bmpbuttn.cpp
Use generic collapsible pane for wxOS2.
[wxWidgets.git] / src / palmos / bmpbuttn.cpp
index 830bc3b5821157d3b6247b9435e2cf591a15d4bb..6755d15ce1487c783d293f96eefc3211d869ae40 100644 (file)
@@ -18,8 +18,9 @@
 
 #if wxUSE_BMPBUTTON
 
+#include "wx/bmpbuttn.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/bmpbuttn.h"
     #include "wx/log.h"
     #include "wx/dcmemory.h"
 #endif
@@ -127,4 +128,3 @@ wxSize wxBitmapButton::DoGetBestSize() const
 }
 
 #endif // wxUSE_BMPBUTTON
-