diff options
author | nijtmans <nijtmans> | 2010-01-25 20:26:18 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-01-25 20:26:18 (GMT) |
commit | 3ec5feb3637f136b6c659eb42c52100c41f2e8ca (patch) | |
tree | bfc2b0e92e10fbb8da3cb35ba3bf6a05596563b3 /generic/tclOOStubInit.c | |
parent | 6b06529a1e43e93c1b2d150ef84a2c521b97255d (diff) | |
download | tcl-3ec5feb3637f136b6c659eb42c52100c41f2e8ca.zip tcl-3ec5feb3637f136b6c659eb42c52100c41f2e8ca.tar.gz tcl-3ec5feb3637f136b6c659eb42c52100c41f2e8ca.tar.bz2 |
Remove double includes (which causes a
warning in CYGWIN compiles)
Add confdefs.h to unix/.cvsignore
Diffstat (limited to 'generic/tclOOStubInit.c')
-rw-r--r-- | generic/tclOOStubInit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclOOStubInit.c b/generic/tclOOStubInit.c index 4ec3992..3039aa2 100644 --- a/generic/tclOOStubInit.c +++ b/generic/tclOOStubInit.c @@ -1,5 +1,5 @@ /* - * $Id: tclOOStubInit.c,v 1.7 2009/07/19 11:46:53 dkf Exp $ + * $Id: tclOOStubInit.c,v 1.8 2010/01/25 20:26:18 nijtmans Exp $ * * This file is (mostly) automatically generated from tclOO.decls. * It is compiled and linked in with the tclOO package proper. @@ -8,7 +8,6 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include "tclOO.h" #include "tclOOInt.h" /* !BEGIN!: Do not edit below this line. */ |