From f464ecc775ee432584f90a723251a06351f893d3 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 30 Dec 2007 16:09:29 +0000 Subject: [PATCH] Reduction of includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/richtext/richtextbulletspage.h | 5 ----- include/wx/richtext/richtextsymboldlg.h | 7 ++++--- src/richtext/richtextbulletspage.cpp | 2 ++ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/include/wx/richtext/richtextbulletspage.h b/include/wx/richtext/richtextbulletspage.h index 624ed0275e..e4a6335f84 100644 --- a/include/wx/richtext/richtextbulletspage.h +++ b/include/wx/richtext/richtextbulletspage.h @@ -16,11 +16,6 @@ * Includes */ -////@begin includes -#include "wx/statline.h" -#include "wx/spinctrl.h" -////@end includes - /*! * Forward declarations */ diff --git a/include/wx/richtext/richtextsymboldlg.h b/include/wx/richtext/richtextsymboldlg.h index f9d99e917b..1137baa28f 100644 --- a/include/wx/richtext/richtextsymboldlg.h +++ b/include/wx/richtext/richtextsymboldlg.h @@ -18,14 +18,15 @@ #include "wx/dialog.h" #include "wx/vscroll.h" -#include "wx/combobox.h" -#include "wx/stattext.h" -#include "wx/textctrl.h" /*! * Forward declarations */ +class WXDLLIMPEXP_FWD_CORE wxStaticText; +class WXDLLIMPEXP_FWD_CORE wxComboBox; +class WXDLLIMPEXP_FWD_CORE wxTextCtrl; + ////@begin forward declarations class wxSymbolListCtrl; ////@end forward declarations diff --git a/src/richtext/richtextbulletspage.cpp b/src/richtext/richtextbulletspage.cpp index 58cb7f52dd..f64336e8c5 100644 --- a/src/richtext/richtextbulletspage.cpp +++ b/src/richtext/richtextbulletspage.cpp @@ -11,6 +11,8 @@ #if wxUSE_RICHTEXT +#include "wx/spinctrl.h" + #include "wx/richtext/richtextbulletspage.h" #include "wx/richtext/richtextsymboldlg.h" -- 2.45.2