diff options
author | dgp <dgp@users.sourceforge.net> | 2012-03-07 21:21:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-03-07 21:21:51 (GMT) |
commit | 7761032c22bf6b958922cea74f7d5339787cd469 (patch) | |
tree | 3ea859b63f4cb1250938568405b1553fe0d1eb15 /generic/tclNamesp.c | |
parent | b4c5e66dda9c9ccea2ba0874730108618c7a49a2 (diff) | |
download | tcl-bug_3485833.zip tcl-bug_3485833.tar.gz tcl-bug_3485833.tar.bz2 |
Style guide and tidying up.bug_3485833
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r-- | generic/tclNamesp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c index 888f70b..f8b22ab 100644 --- a/generic/tclNamesp.c +++ b/generic/tclNamesp.c @@ -25,7 +25,6 @@ */ #include "tclInt.h" -#include "tclCompile.h" /* * Thread-local storage used to avoid having a global lock on data that is not |