]> git.saurik.com Git - wxWidgets.git/commitdiff
Reduction of includes
authorJulian Smart <julian@anthemion.co.uk>
Sun, 30 Dec 2007 16:09:29 +0000 (16:09 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 30 Dec 2007 16:09:29 +0000 (16:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/richtext/richtextbulletspage.h
include/wx/richtext/richtextsymboldlg.h
src/richtext/richtextbulletspage.cpp

index 624ed0275e1b8a387308e03bf1ff01dfdc18505b..e4a6335f84ebd269cb60f2d3d51bc95596b1de31 100644 (file)
  * Includes
  */
 
-////@begin includes
-#include "wx/statline.h"
-#include "wx/spinctrl.h"
-////@end includes
-
 /*!
  * Forward declarations
  */
index f9d99e917bcca77dcde6d38939234ab151671470..1137baa28faa76e0360ae699e204a3cd0386b2bd 100644 (file)
 
 #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
index 58cb7f52ddecf2205d121682f750ef45512d7d9b..f64336e8c5405206aac1df034c7f4585f52f5c7e 100644 (file)
@@ -11,6 +11,8 @@
 
 #if wxUSE_RICHTEXT
 
+#include "wx/spinctrl.h"
+
 #include "wx/richtext/richtextbulletspage.h"
 
 #include "wx/richtext/richtextsymboldlg.h"