]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/combobox.cpp
wxStringTokenizer::GetLastDelimiter is new since 2.7.0
[wxWidgets.git] / src / palmos / combobox.cpp
index 2a0c230f7180d418602a2f7e7cabe5b7d47a72a2..9ede2abaf1ea3ac5c7366431a982f6488aed285e 100644 (file)
 
 #if wxUSE_COMBOBOX
 
+#include "wx/combobox.h"
+
 #ifndef WX_PRECOMP
     #include "wx/settings.h"
     #include "wx/log.h"
     // for wxEVT_COMMAND_TEXT_ENTER
     #include "wx/textctrl.h"
+    #include "wx/brush.h"
 #endif
 
-#include "wx/combobox.h"
-#include "wx/brush.h"
 #include "wx/clipbrd.h"
 #include "wx/palmos/private.h"
 
@@ -280,4 +281,3 @@ bool wxComboBox::CanRedo() const
 
 
 #endif // wxUSE_COMBOBOX
-