From 1b0f73c30bc64dada734e8afa0089b494d735066 Mon Sep 17 00:00:00 2001 From: cascade Date: Mon, 17 Nov 2003 21:43:22 +0000 Subject: [PATCH] Connect to BugMaster for details --- src/WOKStep/WOKStep_CDLUnitSource.cxx | 6 +----- src/WOKStep/WOKStep_Compile.cxx | 11 +---------- src/WOKStep/WOKStep_EngLDFile.cxx | 11 +---------- src/WOKStep/WOKStep_ImplementationDep.cxx | 3 +-- src/WOKStep/WOKStep_MSFill.cxx | 6 +----- src/WOKStep/WOKStep_ProcessStep.cxx | 14 ++++---------- src/WOKStep/WOKStep_WNTK.cxx | 7 +------ 7 files changed, 10 insertions(+), 48 deletions(-) diff --git a/src/WOKStep/WOKStep_CDLUnitSource.cxx b/src/WOKStep/WOKStep_CDLUnitSource.cxx index 10d8eed..842fc6c 100755 --- a/src/WOKStep/WOKStep_CDLUnitSource.cxx +++ b/src/WOKStep/WOKStep_CDLUnitSource.cxx @@ -32,11 +32,7 @@ # include #endif -#ifdef HAVE_IOSTREAM -# include -#elif defined (HAVE_IOSTREAM_H) -# include -#endif +#include #endif // DONT_COMPENSATE #include diff --git a/src/WOKStep/WOKStep_Compile.cxx b/src/WOKStep/WOKStep_Compile.cxx index 0e2c935..b2d7630 100755 --- a/src/WOKStep/WOKStep_Compile.cxx +++ b/src/WOKStep/WOKStep_Compile.cxx @@ -2,16 +2,7 @@ // Created: Tue Aug 29 21:40:43 1995 // Author: Jean GAUTIER // - -#ifdef HAVE_CONFIG_H -# include -#endif - -#ifdef HAVE_FSTREAM -# include -#elif defined (HAVE_FSTREAM_H) -# include -#endif +#include #include diff --git a/src/WOKStep/WOKStep_EngLDFile.cxx b/src/WOKStep/WOKStep_EngLDFile.cxx index c81d871..8575026 100755 --- a/src/WOKStep/WOKStep_EngLDFile.cxx +++ b/src/WOKStep/WOKStep_EngLDFile.cxx @@ -2,16 +2,7 @@ // Created: Fri Feb 28 21:37:37 1997 // Author: Jean GAUTIER // - -#ifdef HAVE_CONFIG_H -# include -#endif - -#ifdef HAVE_FSTREAM -# include -#elif defined (HAVE_FSTREAM_H) -# include -#endif +#include #include #include diff --git a/src/WOKStep/WOKStep_ImplementationDep.cxx b/src/WOKStep/WOKStep_ImplementationDep.cxx index af89547..155d461 100755 --- a/src/WOKStep/WOKStep_ImplementationDep.cxx +++ b/src/WOKStep/WOKStep_ImplementationDep.cxx @@ -2,8 +2,7 @@ // Created: Thu Oct 26 18:36:01 1995 // Author: Jean GAUTIER // - -#include +#include #include diff --git a/src/WOKStep/WOKStep_MSFill.cxx b/src/WOKStep/WOKStep_MSFill.cxx index 83e14c0..5c89bdb 100755 --- a/src/WOKStep/WOKStep_MSFill.cxx +++ b/src/WOKStep/WOKStep_MSFill.cxx @@ -32,11 +32,7 @@ #if defined(HAVE_TIME_H) || defined(WNT) # include #endif -#ifdef HAVE_IOSTREAM -# include -#elif defined (HAVE_IOSTREAM_H) -# include -#endif +#include // endif DONT_COMPENSATE #endif diff --git a/src/WOKStep/WOKStep_ProcessStep.cxx b/src/WOKStep/WOKStep_ProcessStep.cxx index c0e1f54..39b48ad 100755 --- a/src/WOKStep/WOKStep_ProcessStep.cxx +++ b/src/WOKStep/WOKStep_ProcessStep.cxx @@ -2,7 +2,7 @@ // Created: Mon Aug 18 15:41:22 1997 // Author: Jean GAUTIER // - +#include #ifdef HAVE_CONFIG_H # include #endif @@ -11,12 +11,6 @@ #include #endif -#ifdef HAVE_FSTREAM -# include -#elif defined (HAVE_FSTREAM_H) -# include -#endif - #ifdef HAVE_UNISTD_H # include #endif @@ -72,9 +66,9 @@ #define CHECK_REMOTE 1 #endif // WNT -#ifdef HAVE_IOMANIP_H -# include -#endif +//#ifdef HAVE_IOMANIP_H +//# include +//#endif //======================================================================= //function : WOKStep_ProcessStep diff --git a/src/WOKStep/WOKStep_WNTK.cxx b/src/WOKStep/WOKStep_WNTK.cxx index 1f99af1..6f06380 100755 --- a/src/WOKStep/WOKStep_WNTK.cxx +++ b/src/WOKStep/WOKStep_WNTK.cxx @@ -20,16 +20,11 @@ #include #include +#include #ifdef HAVE_CONFIG_H # include #endif - -#ifdef HAVE_FSTREAM -# include -#elif defined (HAVE_FSTREAM_H) -# include -#endif #ifdef HAVE_STDLIB_H # include #endif -- 2.39.5