reduced compilation dependencies

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-19 21:01:58 +00:00
parent 75d3838010
commit 46674ada08
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,8 @@
class WXDLLIMPEXP_CORE wxButton; class WXDLLIMPEXP_CORE wxButton;
class WXDLLIMPEXP_CORE wxTextCtrl; class WXDLLIMPEXP_CORE wxTextCtrl;
class WXDLLIMPEXP_CORE wxTreeEvent;
class WXDLLIMPEXP_CORE wxTreeCtrl;
// style flags for the Help Frame // style flags for the Help Frame

View File

@@ -21,7 +21,6 @@
#include "wx/window.h" #include "wx/window.h"
#include "wx/scrolwin.h" #include "wx/scrolwin.h"
#include "wx/config.h" #include "wx/config.h"
#include "wx/treectrl.h"
#include "wx/html/winpars.h" #include "wx/html/winpars.h"
#include "wx/html/htmlcell.h" #include "wx/html/htmlcell.h"
#include "wx/filesys.h" #include "wx/filesys.h"