From 6320df04ec1f7454632285dcfc34f22a38122b0f Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 31 Mar 2004 02:43:04 +0000 Subject: * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.h * generic/tkScale.c: header file. All tk*Port.h files have long had a #include , and other parts of Tk routinely make use of libm-supplied math routines. --- ChangeLog | 7 +++++++ generic/tkImgPhoto.c | 3 +-- generic/tkScale.c | 3 +-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f78d9e..ad231cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-03-31 Don Porter + + * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.h + * generic/tkScale.c: header file. All tk*Port.h files have long + had a #include , and other parts of Tk routinely make use + of libm-supplied math routines. + 2004-03-30 Daniel Steffen * macosx/tclets.r (removed): obsolete holdover from mac classic. diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index 936c4b5..ee43846 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -17,12 +17,11 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPhoto.c,v 1.45 2004/03/26 14:34:05 dkf Exp $ + * RCS: @(#) $Id: tkImgPhoto.c,v 1.46 2004/03/31 02:43:10 dgp Exp $ */ #include "tkInt.h" #include "tkPort.h" -#include "tclMath.h" #include #ifdef __WIN32__ diff --git a/generic/tkScale.c b/generic/tkScale.c index 9741fde..7b8d013 100644 --- a/generic/tkScale.c +++ b/generic/tkScale.c @@ -18,13 +18,12 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkScale.c,v 1.17 2002/08/05 04:30:40 dgp Exp $ + * RCS: @(#) $Id: tkScale.c,v 1.18 2004/03/31 02:43:10 dgp Exp $ */ #include "tkPort.h" #include "default.h" #include "tkInt.h" -#include "tclMath.h" #include "tkScale.h" /* -- cgit v0.12