]> OCCT Git - occt-wok.git/commitdiff
Connect to BugMaster for details
authorcascade <cascade@opencascade.com>
Mon, 17 Nov 2003 21:43:22 +0000 (21:43 +0000)
committercascade <cascade@opencascade.com>
Mon, 17 Nov 2003 21:43:22 +0000 (21:43 +0000)
src/WOKTCL/WOKTCL_DefaultCommand.cxx
src/WOKTCL/WOKTCL_Interpretor.cxx

index 72a7d73e9d4d7ea6368f877bf4f5003f79849fdf..40fc775ec473f37bd7cb249a1d2b08172e2d4af6 100755 (executable)
@@ -3,9 +3,7 @@
 // Author:     Jean GAUTIER
 //             <jga@cobrax.paris1.matra-dtv.fr>
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <Standard_SStream.hxx>
 
 #include <tcl.h>
 
@@ -13,9 +11,6 @@
 #  pragma message( "Information: tcl"TCL_VERSION".lib is using as TCL library" )
 #endif  // WNT
 
-#ifdef HAVE_STRSTREAM_H
-# include <strstream.h>
-#endif
 
 #include <Standard_ErrorHandler.hxx>
 
index 360405c9d7e123316e8675173be7e861bea67072..31c43cdf7d9ff17bb988287a4ed7d429565176bd 100755 (executable)
@@ -2,16 +2,10 @@
 // Created:    Mon Apr  1 19:26:43 1996
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <Standard_SStream.hxx>
 
 #include <tcl.h>
 
-#ifdef HAVE_STRSTREAM_H
-# include <strstream.h>
-#endif
-
 #include <WOKTools_StringValue.hxx>
 #include <WOKTools_EnvValue.hxx>
 #include <WOKTools_ChDirValue.hxx>