summaryrefslogtreecommitdiffstats
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
parentf1578cec94f901fba4899d9e4947412738ea3ff9 (diff)
downloadtcl-9db323e98ffbbcc1293e10187377516b6fea0b58.zip
tcl-9db323e98ffbbcc1293e10187377516b6fea0b58.tar.gz
tcl-9db323e98ffbbcc1293e10187377516b6fea0b58.tar.bz2
* generic/tclObj.c: remove superfluous #include of tclCompile.h
-rw-r--r--ChangeLog4
-rw-r--r--generic/tclObj.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 445a1f6..5aeea76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-11 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclObj.c: remove superfluous #include of tclCompile.h
+
2007-10-08 George Peter Staplin <georgeps@xmission.com>
* doc/Hash.3: Correct the valid usage of the flags member for the
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>