From: Vadim Zeitlin Date: Sat, 19 Jul 2003 21:01:58 +0000 (+0000) Subject: reduced compilation dependencies X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/46674ada0894750fdbb7665066f9b95ab7fcba40?ds=inline reduced compilation dependencies git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index ed6e6f8e0e..f85e36ee5d 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -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 diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index da9d6431a9..f23709848d 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -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"