X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d2ef7a802809c59e4fa6be2465c5ac55c9f802d..6d7b547184bfdcdf67790755deb0122050b1d728:/src/common/stream.cpp diff --git a/src/common/stream.cpp b/src/common/stream.cpp index 73dde47896..f13da0d3d8 100644 --- a/src/common/stream.cpp +++ b/src/common/stream.cpp @@ -22,20 +22,20 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ - #pragma hdrstop + #pragma hdrstop #endif +#if wxUSE_STREAMS + +#include "wx/stream.h" + #ifndef WX_PRECOMP - #include "wx/defs.h" + #include "wx/log.h" #endif -#if wxUSE_STREAMS - #include -#include "wx/stream.h" #include "wx/datstrm.h" #include "wx/textfile.h" -#include "wx/log.h" // ---------------------------------------------------------------------------- // constants