]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
updates from Adrián González Alba
[wxWidgets.git] / src / gtk / combobox.cpp
index e2d7b48e247888938cbf7e3d39f92f7e66f98400..6549733c33c8af19a978ff13aa89c5f4a4eb3aef 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/settings.h"
+    #include "wx/textctrl.h"    // for wxEVT_COMMAND_TEXT_UPDATED
+    #include "wx/arrstr.h"
 #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