X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f30d8e39e7f896fc3767d086fe747efc1696d3b..a57d600f1aa4bae88f4c9b8d89a35332c412939e:/src/common/docview.cpp diff --git a/src/common/docview.cpp b/src/common/docview.cpp index 22fc22e499..3e1167c0f0 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -21,19 +21,19 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ - #pragma hdrstop + #pragma hdrstop #endif #if wxUSE_DOC_VIEW_ARCHITECTURE #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" @@ -50,8 +50,8 @@ #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" @@ -66,14 +66,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 // ----------------------------------------------------------------------------