summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-10-11 13:35:22 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-10-11 13:35:22 (GMT)
commit9db323e98ffbbcc1293e10187377516b6fea0b58 (patch)
treeb5122e11972deb66ae7b0ee610b8409205a10bb7 /generic/tclObj.c
parentf1578cec94f901fba4899d9e4947412738ea3ff9 (diff)
downloadtcl-9db323e98ffbbcc1293e10187377516b6fea0b58.zip
tcl-9db323e98ffbbcc1293e10187377516b6fea0b58.tar.gz
tcl-9db323e98ffbbcc1293e10187377516b6fea0b58.tar.bz2
* generic/tclObj.c: remove superfluous #include of tclCompile.h
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index ee9807d..28f00ff 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -13,11 +13,10 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclObj.c,v 1.135 2007/09/13 15:27:08 das Exp $
+ * RCS: @(#) $Id: tclObj.c,v 1.136 2007/10/11 13:35:26 msofer Exp $
*/
#include "tclInt.h"
-#include "tclCompile.h"
#include "tommath.h"
#include <float.h>