diff options
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index fa128aa..c2019a3 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,16 +12,12 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.196 2004/11/12 19:16:52 dgp Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.197 2004/11/12 20:27:28 das Exp $ */ #ifndef _TCLINT #define _TCLINT -#ifdef HAVE_CONFIG_H -#include "tclConfig.h" -#endif - /* * Common include files needed by most of the Tcl source files are * included here, so that system-dependent personalizations for the |