]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/objstrm.cpp
ping method almost there
[wxWidgets.git] / src / common / objstrm.cpp
index 6f6c6e607f8942ddc02d2b6da1595d64ad29d1f2..0f4a38608ace2453da814688bf36f074569c1d8f 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+  #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-#include "wx/defs.h"
-#include "wx/setup.h"
-#endif
-
-#if wxUSE_SERIAL
+#if wxUSE_SERIAL && wxUSE_STREAMS
 
 #include "wx/object.h"
 #include "wx/objstrm.h"