]> git.saurik.com Git - wxWidgets.git/commitdiff
reduced compilation dependencies
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Jul 2003 21:01:58 +0000 (21:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Jul 2003 21:01:58 +0000 (21:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/helpfrm.h
include/wx/html/htmlwin.h

index ed6e6f8e0e1d97cb1a86aa53b429fe2ae4c8396d..f85e36ee5da8cb69c1a3e527f330bb6cec4e021b 100644 (file)
@@ -36,6 +36,8 @@
 
 class WXDLLIMPEXP_CORE wxButton;
 class WXDLLIMPEXP_CORE wxTextCtrl;
+class WXDLLIMPEXP_CORE wxTreeEvent;
+class WXDLLIMPEXP_CORE wxTreeCtrl;
 
 
 // style flags for the Help Frame
index da9d6431a9be3a230d352491ef684e34fb903df7..f23709848d2720df4b0305f6430d76931c175fa2 100644 (file)
@@ -21,7 +21,6 @@
 #include "wx/window.h"
 #include "wx/scrolwin.h"
 #include "wx/config.h"
-#include "wx/treectrl.h"
 #include "wx/html/winpars.h"
 #include "wx/html/htmlcell.h"
 #include "wx/filesys.h"