X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f30d8e39e7f896fc3767d086fe747efc1696d3b..b2458f311b426717c4d36b51aed2595a59f373d9:/src/common/docview.cpp diff --git a/src/common/docview.cpp b/src/common/docview.cpp index 22fc22e499..96b44152ca 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -21,22 +21,25 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ - #pragma hdrstop + #pragma hdrstop #endif #if wxUSE_DOC_VIEW_ARCHITECTURE +#include "wx/docview.h" + #ifndef WX_PRECOMP + #include "wx/list.h" #include "wx/string.h" #include "wx/utils.h" #include "wx/app.h" #include "wx/dc.h" #include "wx/dialog.h" #include "wx/menu.h" - #include "wx/list.h" #include "wx/filedlg.h" #include "wx/intl.h" #include "wx/log.h" + #include "wx/msgdlg.h" #endif #include "wx/ffile.h" @@ -50,13 +53,11 @@ #endif #if wxUSE_PRINTING_ARCHITECTURE - #include "wx/prntbase.h" - #include "wx/printdlg.h" + #include "wx/prntbase.h" + #include "wx/printdlg.h" #endif -#include "wx/msgdlg.h" #include "wx/choicdlg.h" -#include "wx/docview.h" #include "wx/confbase.h" #include "wx/file.h" #include "wx/cmdproc.h" @@ -66,14 +67,14 @@ #include #if wxUSE_STD_IOSTREAM - #include "wx/ioswrap.h" - #if wxUSE_IOSTREAMH - #include - #else - #include - #endif + #include "wx/ioswrap.h" + #if wxUSE_IOSTREAMH + #include + #else + #include + #endif #else - #include "wx/wfstream.h" + #include "wx/wfstream.h" #endif // ----------------------------------------------------------------------------