Reduction of includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,11 +16,6 @@
|
|||||||
* Includes
|
* Includes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
////@begin includes
|
|
||||||
#include "wx/statline.h"
|
|
||||||
#include "wx/spinctrl.h"
|
|
||||||
////@end includes
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Forward declarations
|
* Forward declarations
|
||||||
*/
|
*/
|
||||||
|
@@ -18,14 +18,15 @@
|
|||||||
|
|
||||||
#include "wx/dialog.h"
|
#include "wx/dialog.h"
|
||||||
#include "wx/vscroll.h"
|
#include "wx/vscroll.h"
|
||||||
#include "wx/combobox.h"
|
|
||||||
#include "wx/stattext.h"
|
|
||||||
#include "wx/textctrl.h"
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Forward declarations
|
* Forward declarations
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
class WXDLLIMPEXP_FWD_CORE wxStaticText;
|
||||||
|
class WXDLLIMPEXP_FWD_CORE wxComboBox;
|
||||||
|
class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
|
||||||
|
|
||||||
////@begin forward declarations
|
////@begin forward declarations
|
||||||
class wxSymbolListCtrl;
|
class wxSymbolListCtrl;
|
||||||
////@end forward declarations
|
////@end forward declarations
|
||||||
|
@@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
#if wxUSE_RICHTEXT
|
#if wxUSE_RICHTEXT
|
||||||
|
|
||||||
|
#include "wx/spinctrl.h"
|
||||||
|
|
||||||
#include "wx/richtext/richtextbulletspage.h"
|
#include "wx/richtext/richtextbulletspage.h"
|
||||||
|
|
||||||
#include "wx/richtext/richtextsymboldlg.h"
|
#include "wx/richtext/richtextsymboldlg.h"
|
||||||
|
Reference in New Issue
Block a user