include wx/mdi.h also for non-PCH builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-27 11:22:30 +00:00
parent e041a73d60
commit de5d5cc0fa
2 changed files with 2 additions and 2 deletions

View File

@@ -30,6 +30,7 @@
#include "wx/aui/floatpane.h"
#include "wx/aui/tabmdi.h"
#include "wx/aui/auibar.h"
#include "wx/mdi.h"
#ifndef WX_PRECOMP
#include "wx/panel.h"
@@ -38,7 +39,6 @@
#include "wx/dcclient.h"
#include "wx/dcscreen.h"
#include "wx/toolbar.h"
#include "wx/mdi.h"
#include "wx/image.h"
#endif

View File

@@ -18,12 +18,12 @@
#if wxUSE_XRC && wxUSE_MDI
#include "wx/xrc/xh_mdi.h"
#include "wx/mdi.h"
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/dialog.h" // to get wxDEFAULT_DIALOG_STYLE
#include "wx/mdi.h"
#endif
IMPLEMENT_DYNAMIC_CLASS(wxMdiXmlHandler, wxXmlResourceHandler)