]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stream.cpp
fixed unused var warning
[wxWidgets.git] / src / common / stream.cpp
index 73dde47896f15a1c358f7d203881d98ec6d6ffe2..f13da0d3d8af6a7e542f04eacde4bedfe4e82e8d 100644 (file)
 #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 <ctype.h>
-#include "wx/stream.h"
 #include "wx/datstrm.h"
 #include "wx/textfile.h"
-#include "wx/log.h"
 
 // ----------------------------------------------------------------------------
 // constants