Move code after #include directives
This commit is contained in:
parent
d872229be3
commit
44bc305eb1
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,6 @@
|
|||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
class WXDLLIMPEXP_FWD_PROPGRID wxPGArrayEditorDialog;
|
||||
|
||||
#include "wx/propgrid/property.h"
|
||||
|
||||
#include "wx/filename.h"
|
||||
|
|
@ -26,6 +24,8 @@ class WXDLLIMPEXP_FWD_PROPGRID wxPGArrayEditorDialog;
|
|||
#include "wx/textctrl.h"
|
||||
#include "wx/valtext.h"
|
||||
|
||||
class WXDLLIMPEXP_FWD_PROPGRID wxPGArrayEditorDialog;
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue