From 9a44e5f908f16abce995ea003090d75b129ae804 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/WOKMake/WOKMake_DepItem.cxx | 12 +----------- src/WOKMake/WOKMake_InputFile.cxx | 12 +----------- src/WOKMake/WOKMake_OutputFile.cxx | 11 +---------- 3 files changed, 3 insertions(+), 32 deletions(-) diff --git a/src/WOKMake/WOKMake_DepItem.cxx b/src/WOKMake/WOKMake_DepItem.cxx index 15e20c0..643e5d1 100755 --- a/src/WOKMake/WOKMake_DepItem.cxx +++ b/src/WOKMake/WOKMake_DepItem.cxx @@ -2,17 +2,7 @@ // Created: Mon Nov 20 20:11:59 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/WOKMake/WOKMake_InputFile.cxx b/src/WOKMake/WOKMake_InputFile.cxx index caab6eb..15d37f5 100755 --- a/src/WOKMake/WOKMake_InputFile.cxx +++ b/src/WOKMake/WOKMake_InputFile.cxx @@ -2,17 +2,7 @@ // Created: Mon Nov 20 20:11:05 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/WOKMake/WOKMake_OutputFile.cxx b/src/WOKMake/WOKMake_OutputFile.cxx index 098e2c7..176a90f 100755 --- a/src/WOKMake/WOKMake_OutputFile.cxx +++ b/src/WOKMake/WOKMake_OutputFile.cxx @@ -3,16 +3,7 @@ // Author: Jean GAUTIER // -#ifdef HAVE_CONFIG_H -# include -#endif - -#ifdef HAVE_FSTREAM -# include -#elif defined (HAVE_FSTREAM_H) -# include -#endif - +#include #include -- 2.39.5