For clarity, moved includes to the top of the file. Also added #include wx/dialog.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e196e5232a
commit
15096961f9
@ -20,6 +20,12 @@ class wxArrayEditorDialog;
|
||||
|
||||
#include "wx/propgrid/editors.h"
|
||||
|
||||
#include "wx/filename.h"
|
||||
#include "wx/dialog.h"
|
||||
#include "wx/textctrl.h"
|
||||
#include "wx/button.h"
|
||||
#include "wx/listbox.h"
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
//
|
||||
@ -48,8 +54,6 @@ WX_PG_IMPLEMENT_PROPERTY_CLASS_PLAIN(NAME, T, EDITOR)
|
||||
|
||||
#ifndef SWIG
|
||||
|
||||
#include "wx/textctrl.h"
|
||||
|
||||
/** @class wxPGInDialogValidator
|
||||
@ingroup classes
|
||||
Creates and manages a temporary wxTextCtrl for validation purposes.
|
||||
@ -571,8 +575,6 @@ public:
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
#include "wx/filename.h"
|
||||
|
||||
// Indicates first bit useable by derived properties.
|
||||
#define wxPG_PROP_SHOW_FULL_FILENAME wxPG_PROP_CLASS_SPECIFIC_1
|
||||
|
||||
@ -852,10 +854,6 @@ wxValidator* PROPNAME::DoGetValidator () const \
|
||||
// wxArrayEditorDialog
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
#include "wx/button.h"
|
||||
#include "wx/dialog.h"
|
||||
#include "wx/listbox.h"
|
||||
|
||||
#define wxAEDIALOG_STYLE \
|
||||
(wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user