don't include unnecessary headers if we don't compile MDI at all

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-08-04 16:43:39 +00:00
parent 6e4db5418c
commit b442f1079f

View File

@ -28,6 +28,8 @@
#pragma hdrstop
#endif
#if wxUSE_MDI_ARCHITECTURE && !defined(__WXUNIVERSAL__)
#ifndef WX_PRECOMP
#include "wx/setup.h"
#include "wx/frame.h"
@ -43,8 +45,6 @@
#include "wx/log.h"
#endif
#if wxUSE_MDI_ARCHITECTURE && !defined(__WXUNIVERSAL__)
#include "wx/mdi.h"
#include "wx/msw/private.h"