Include wx/mdi.h according to precompiled headers of wx/wx.h (with other minor cleaning).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-06-08 20:19:29 +00:00
parent 58c23da1d5
commit 59cf2e4999
7 changed files with 29 additions and 33 deletions

View File

@@ -35,16 +35,13 @@
#include "wx/dcclient.h"
#include "wx/dcscreen.h"
#include "wx/toolbar.h"
#include "wx/mdi.h"
#endif
//#include "wx/dcbuffer.h"
#include "wx/image.h"
#if wxUSE_MDI
#include "wx/mdi.h"
#endif
WX_CHECK_BUILD_OPTIONS("wxAUI")
#include "wx/arrimpl.cpp"