X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..b2458f311b426717c4d36b51aed2595a59f373d9:/src/palmos/combobox.cpp diff --git a/src/palmos/combobox.cpp b/src/palmos/combobox.cpp index 2a0c230f71..9ede2abaf1 100644 --- a/src/palmos/combobox.cpp +++ b/src/palmos/combobox.cpp @@ -26,15 +26,16 @@ #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 -