From 9db323e98ffbbcc1293e10187377516b6fea0b58 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Thu, 11 Oct 2007 13:35:22 +0000 Subject: * generic/tclObj.c: remove superfluous #include of tclCompile.h --- ChangeLog | 4 ++++ generic/tclObj.c | 3 +-- 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 + + * generic/tclObj.c: remove superfluous #include of tclCompile.h + 2007-10-08 George Peter Staplin * 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 -- cgit v0.12