diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-10-11 13:35:22 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-10-11 13:35:22 (GMT) |
commit | 479db916eb1b77f8a211ded77d181fdb85e72e31 (patch) | |
tree | b5122e11972deb66ae7b0ee610b8409205a10bb7 | |
parent | 29fb5342ce6137095f9ae58b467e482a2aa0f0ef (diff) | |
download | tcl-479db916eb1b77f8a211ded77d181fdb85e72e31.zip tcl-479db916eb1b77f8a211ded77d181fdb85e72e31.tar.gz tcl-479db916eb1b77f8a211ded77d181fdb85e72e31.tar.bz2 |
* generic/tclObj.c: remove superfluous #include of tclCompile.h
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | generic/tclObj.c | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -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> |