]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
MaskedEdit patch from Will Sadkin:
[wxWidgets.git] / src / gtk / combobox.cpp
index e2d7b48e247888938cbf7e3d39f92f7e66f98400..f6147a9a79f7097fe85435ab8828ffbc790df943 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/settings.h"
+    #include "wx/textctrl.h"    // for wxEVT_COMMAND_TEXT_UPDATED
 #endif
 
 #include "wx/arrstr.h"
 
-#include "wx/textctrl.h"    // for wxEVT_COMMAND_TEXT_UPDATED
-
 // We use GtkCombo which has been deprecated since GTK+ 2.3.0
 // in favour of GtkComboBox for <GTK2.4 runtime
 // We also use GtkList