]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
Commited Bryan Petty's blind fix patch.
[wxWidgets.git] / src / gtk / combobox.cpp
index f6147a9a79f7097fe85435ab8828ffbc790df943..6549733c33c8af19a978ff13aa89c5f4a4eb3aef 100644 (file)
     #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"
-
 // We use GtkCombo which has been deprecated since GTK+ 2.3.0
 // in favour of GtkComboBox for <GTK2.4 runtime
 // We also use GtkList