diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-10-01 15:31:51 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-10-01 15:31:51 (GMT) |
commit | f5e3ef145e3c2b10f75ae017b00ef97b2833e23a (patch) | |
tree | f125e2c85211782096771dda0323260b5c1c3d34 /generic/tclCmdMZ.c | |
parent | c1bf313ccab38b8a3a01c91baf5f02288f604a07 (diff) | |
download | tcl-f5e3ef145e3c2b10f75ae017b00ef97b2833e23a.zip tcl-f5e3ef145e3c2b10f75ae017b00ef97b2833e23a.tar.gz tcl-f5e3ef145e3c2b10f75ae017b00ef97b2833e23a.tar.bz2 |
removed unnecessary inclusions of tclCompile.h [Patch 466823]
Diffstat (limited to 'generic/tclCmdMZ.c')
-rw-r--r-- | generic/tclCmdMZ.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c index 66b6106..abf08b9 100644 --- a/generic/tclCmdMZ.c +++ b/generic/tclCmdMZ.c @@ -13,12 +13,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCmdMZ.c,v 1.45 2001/09/13 23:49:57 hobbs Exp $ + * RCS: @(#) $Id: tclCmdMZ.c,v 1.46 2001/10/01 15:31:51 msofer Exp $ */ #include "tclInt.h" #include "tclPort.h" -#include "tclCompile.h" #include "tclRegexp.h" /* |