summaryrefslogtreecommitdiffstats
path: root/generic/tclOOStubLib.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-01-25 20:26:18 (GMT)
committernijtmans <nijtmans>2010-01-25 20:26:18 (GMT)
commit7b5e9cb7e526b3a7ac83e6d786e04dd6d9f05ee3 (patch)
treebfc2b0e92e10fbb8da3cb35ba3bf6a05596563b3 /generic/tclOOStubLib.c
parent068e1c62da3b250936caf353fc184e51008a4789 (diff)
downloadtcl-7b5e9cb7e526b3a7ac83e6d786e04dd6d9f05ee3.zip
tcl-7b5e9cb7e526b3a7ac83e6d786e04dd6d9f05ee3.tar.gz
tcl-7b5e9cb7e526b3a7ac83e6d786e04dd6d9f05ee3.tar.bz2
Remove double includes (which causes a
warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore
Diffstat (limited to 'generic/tclOOStubLib.c')
-rw-r--r--generic/tclOOStubLib.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclOOStubLib.c b/generic/tclOOStubLib.c
index 0414ae4..5a8c743 100644
--- a/generic/tclOOStubLib.c
+++ b/generic/tclOOStubLib.c
@@ -1,5 +1,5 @@
/*
- * $Id: tclOOStubLib.c,v 1.4 2008/06/12 06:29:18 das Exp $
+ * $Id: tclOOStubLib.c,v 1.5 2010/01/25 20:26:18 nijtmans Exp $
* ORIGINAL SOURCE: tk/generic/tkStubLib.c, version 1.9 2004/03/17
*/
@@ -14,10 +14,8 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include "tcl.h"
#define USE_TCLOO_STUBS 1
-#include "tclOO.h"
#include "tclOOInt.h"
MODULE_SCOPE const TclOOStubs *tclOOStubsPtr;