X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff3e84ffdc91ee8a52b3ab646e48d44d62de80e1..974dee61a9a0f72652488fc4120a82846990345b:/src/common/docview.cpp?ds=sidebyside diff --git a/src/common/docview.cpp b/src/common/docview.cpp index e97ea52f18..bddd869991 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -40,6 +40,8 @@ #include "wx/intl.h" #include "wx/log.h" #include "wx/msgdlg.h" + #include "wx/mdi.h" + #include "wx/choicdlg.h" #endif #include "wx/ffile.h" @@ -48,16 +50,11 @@ #include "wx/filename.h" #endif -#ifdef __WXGTK__ - #include "wx/mdi.h" -#endif - #if wxUSE_PRINTING_ARCHITECTURE #include "wx/prntbase.h" #include "wx/printdlg.h" #endif -#include "wx/choicdlg.h" #include "wx/confbase.h" #include "wx/file.h" #include "wx/cmdproc.h"