X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d2ef7a802809c59e4fa6be2465c5ac55c9f802d..81853b98619293be66074d74d2557973c0f3ab21:/src/common/stream.cpp

diff --git a/src/common/stream.cpp b/src/common/stream.cpp
index 73dde47896..9d1bb67a26 100644
--- a/src/common/stream.cpp
+++ b/src/common/stream.cpp
@@ -22,20 +22,19 @@
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-  #pragma hdrstop
+    #pragma hdrstop
 #endif
 
+#if wxUSE_STREAMS
+
 #ifndef WX_PRECOMP
-  #include "wx/defs.h"
+    #include "wx/log.h"
 #endif
 
-#if wxUSE_STREAMS
-
 #include <ctype.h>
 #include "wx/stream.h"
 #include "wx/datstrm.h"
 #include "wx/textfile.h"
-#include "wx/log.h"
 
 // ----------------------------------------------------------------------------
 // constants