]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/combobox.cpp
Rebake for new tar streams.
[wxWidgets.git] / src / gtk1 / combobox.cpp
index 38ddd035fa815221ffc8a19ba43c0c47d6f0d6ea..ea3d169aac8c1d4876b86f98663f4288117c57d2 100644 (file)
 
 #include "wx/combobox.h"
 
 
 #include "wx/combobox.h"
 
-#include "wx/settings.h"
-#include "wx/arrstr.h"
-#include "wx/intl.h"
-
-#include "wx/textctrl.h"    // for wxEVT_COMMAND_TEXT_UPDATED
+#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/gtk1/private.h"
 
 
 #include "wx/gtk1/private.h"