projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allow customization of individual grid lines appearance (patch 1496015)
[wxWidgets.git]
/
src
/
gtk1
/
combobox.cpp
diff --git
a/src/gtk1/combobox.cpp
b/src/gtk1/combobox.cpp
index 38ddd035fa815221ffc8a19ba43c0c47d6f0d6ea..ea3d169aac8c1d4876b86f98663f4288117c57d2 100644
(file)
--- a/
src/gtk1/combobox.cpp
+++ b/
src/gtk1/combobox.cpp
@@
-14,11
+14,12
@@
#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"