#include "wx/combobox.h"
-#include "wx/settings.h"
-#include "wx/arrstr.h"
-#include "wx/intl.h"
+#ifndef WX_PRECOMP
+ #include "wx/intl.h"
+ #include "wx/settings.h"
+ #include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED
+#endif
-#include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED
+#include "wx/arrstr.h"
#include "wx/gtk1/private.h"