]> 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/WOKMake/WOKMake_DepItem.cxx
src/WOKMake/WOKMake_InputFile.cxx
src/WOKMake/WOKMake_OutputFile.cxx

index 15e20c0e12936ba27c6ebf1135d14597e51ae51f..643e5d17f1860e51622d6ce07460f3c220e55c42 100755 (executable)
@@ -2,17 +2,7 @@
 // Created:    Mon Nov 20 20:11:59 1995
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
-
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
-
+#include <Standard_Stream.hxx>
 
 #include <Standard_ProgramError.hxx>
 
index caab6eb9a683e8f65f329e9b3e470c8abb3af29c..15d37f56262e7f312a5f303b5d914d6a6813a8cb 100755 (executable)
@@ -2,17 +2,7 @@
 // Created:    Mon Nov 20 20:11:05 1995
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
-
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
-
+#include <Standard_Stream.hxx>
 
 #include <Standard_ProgramError.hxx>
 
index 098e2c7fdaa343291f0465dac455b6aff5d03f93..176a90f3011e8f145fe91a679dc03929959816de 100755 (executable)
@@ -3,16 +3,7 @@
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#ifdef HAVE_FSTREAM
-# include <fstream>
-#elif defined (HAVE_FSTREAM_H)
-# include <fstream.h>
-#endif
-
+#include <Standard_Stream.hxx>
 
 #include <Standard_ProgramError.hxx>