projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed WXUSINGDLL_FOO, one WXUSINGDLL is enough
[wxWidgets.git]
/
src
/
generic
/
tabg.cpp
diff --git
a/src/generic/tabg.cpp
b/src/generic/tabg.cpp
index 07f83c62dc8154b686a7061efd6114cfc37601c7..d1b044d937946fc250e28bbc41521094b6eb0a6b 100644
(file)
--- a/
src/generic/tabg.cpp
+++ b/
src/generic/tabg.cpp
@@
-23,7
+23,9
@@
#if wxUSE_TAB_DIALOG
#ifndef WX_PRECOMP
-#include "wx/wx.h"
+ #include "wx/settings.h"
+ #include "wx/intl.h"
+ #include "wx/dcclient.h"
#endif
#include <stdio.h>