From 1276d193872d79bd497596fa1bc6c03c98709d09 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/WOKTCL/WOKTCL_DefaultCommand.cxx | 7 +------ src/WOKTCL/WOKTCL_Interpretor.cxx | 8 +------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/WOKTCL/WOKTCL_DefaultCommand.cxx b/src/WOKTCL/WOKTCL_DefaultCommand.cxx index 72a7d73..40fc775 100755 --- a/src/WOKTCL/WOKTCL_DefaultCommand.cxx +++ b/src/WOKTCL/WOKTCL_DefaultCommand.cxx @@ -3,9 +3,7 @@ // Author: Jean GAUTIER // -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include @@ -13,9 +11,6 @@ # pragma message( "Information: tcl"TCL_VERSION".lib is using as TCL library" ) #endif // WNT -#ifdef HAVE_STRSTREAM_H -# include -#endif #include diff --git a/src/WOKTCL/WOKTCL_Interpretor.cxx b/src/WOKTCL/WOKTCL_Interpretor.cxx index 360405c..31c43cd 100755 --- a/src/WOKTCL/WOKTCL_Interpretor.cxx +++ b/src/WOKTCL/WOKTCL_Interpretor.cxx @@ -2,16 +2,10 @@ // Created: Mon Apr 1 19:26:43 1996 // Author: Jean GAUTIER // -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include -#ifdef HAVE_STRSTREAM_H -# include -#endif - #include #include #include -- 2.39.5