X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324eeecb3cdc9522e136af6670443148772b412a..01f242e264802fb8cd8c8491830e82b1d97dc79d:/src/palmos/combobox.cpp diff --git a/src/palmos/combobox.cpp b/src/palmos/combobox.cpp index d008403ad7..9ede2abaf1 100644 --- a/src/palmos/combobox.cpp +++ b/src/palmos/combobox.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "combobox.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -30,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" @@ -284,4 +281,3 @@ bool wxComboBox::CanRedo() const #endif // wxUSE_COMBOBOX -