projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Include wx/validate.h and wx/valtext.h according to precompiled headers of wx/wx...
[wxWidgets.git]
/
src
/
gtk
/
window.cpp
diff --git
a/src/gtk/window.cpp
b/src/gtk/window.cpp
index 8584ff8cafe83d3c3753a03a0e3a6ede790e8e6e..b7ab6c34c83d9618667897564e13a330a35ac30d 100644
(file)
--- a/
src/gtk/window.cpp
+++ b/
src/gtk/window.cpp
@@
-31,6
+31,7
@@
#include "wx/toolbar.h"
#include "wx/combobox.h"
#include "wx/layout.h"
#include "wx/toolbar.h"
#include "wx/combobox.h"
#include "wx/layout.h"
+ #include "wx/statusbr.h"
#endif
#include "wx/module.h"
#endif
#include "wx/module.h"
@@
-47,7
+48,6
@@
#include "wx/caret.h"
#endif // wxUSE_CARET
#include "wx/caret.h"
#endif // wxUSE_CARET
-#include "wx/statusbr.h"
#include "wx/fontutil.h"
#ifdef __WXDEBUG__
#include "wx/fontutil.h"
#ifdef __WXDEBUG__