projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Declarations missing from VC++ 5
[wxWidgets.git]
/
src
/
gtk1
/
combobox.cpp
diff --git
a/src/gtk1/combobox.cpp
b/src/gtk1/combobox.cpp
index f7b8681ccad1658eec2858b1a6c33655589ba74e..ea3d169aac8c1d4876b86f98663f4288117c57d2 100644
(file)
--- a/
src/gtk1/combobox.cpp
+++ b/
src/gtk1/combobox.cpp
@@
-17,12
+17,10
@@
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/settings.h"
#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
#endif
-#include "wx/arrstr.h"
-
-#include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED
-
#include "wx/gtk1/private.h"
//-----------------------------------------------------------------------------
#include "wx/gtk1/private.h"
//-----------------------------------------------------------------------------