diff options
| author | dgp@users.sourceforge.net <dgp> | 2007-09-07 00:34:06 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2007-09-07 00:34:06 (GMT) |
| commit | 1d369f768872bcc85d969749f178f7f1d240c774 (patch) | |
| tree | 53aafc9a90241f691c6267c6bb72762c97ada66c /generic/tclBinary.c | |
| parent | ac69e95b073c67e207e52bbae8fe7ef804d1772f (diff) | |
| download | tcl-1d369f768872bcc85d969749f178f7f1d240c774.zip tcl-1d369f768872bcc85d969749f178f7f1d240c774.tar.gz tcl-1d369f768872bcc85d969749f178f7f1d240c774.tar.bz2 | |
header cleanup
Diffstat (limited to 'generic/tclBinary.c')
| -rw-r--r-- | generic/tclBinary.c | 4 |
1 files changed, 2 insertions, 2 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> |
