diff options
author | dgp <dgp@noemail.net> | 2007-09-07 00:34:06 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2007-09-07 00:34:06 (GMT) |
commit | 2b1bf3e58c2191447317a248d00c6848c2585c43 (patch) | |
tree | 53aafc9a90241f691c6267c6bb72762c97ada66c | |
parent | 4d8c090c65d13228b10311e2ec18d63012ea4e15 (diff) | |
download | tcl-2b1bf3e58c2191447317a248d00c6848c2585c43.zip tcl-2b1bf3e58c2191447317a248d00c6848c2585c43.tar.gz tcl-2b1bf3e58c2191447317a248d00c6848c2585c43.tar.bz2 |
header cleanup
FossilOrigin-Name: c31699d2f1288f927419055b9d43074c577ae537
-rw-r--r-- | generic/tclBinary.c | 4 | ||||
-rw-r--r-- | unix/tclUnixCompat.c | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/generic/tclBinary.c b/generic/tclBinary.c index 0512739..e47f40f 100644 --- a/generic/tclBinary.c +++ b/generic/tclBinary.c @@ -10,11 +10,11 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBinary.c,v 1.35 2007/04/24 17:18:11 kennykb Exp $ + * RCS: @(#) $Id: tclBinary.c,v 1.36 2007/09/07 00:34:06 dgp Exp $ */ #include "tclInt.h" -#include "tclTomMath.h" +#include "tommath.h" #include <math.h> diff --git a/unix/tclUnixCompat.c b/unix/tclUnixCompat.c index 90630a3..da3cd9d 100644 --- a/unix/tclUnixCompat.c +++ b/unix/tclUnixCompat.c @@ -6,12 +6,11 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixCompat.c,v 1.10 2007/07/31 09:30:48 dkf Exp $ + * RCS: @(#) $Id: tclUnixCompat.c,v 1.11 2007/09/07 00:34:07 dgp Exp $ * */ #include "tclInt.h" -#include "tclPort.h" #include <pwd.h> #include <grp.h> #include <errno.h> |