diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-31 02:43:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-31 02:43:04 (GMT) |
commit | 6320df04ec1f7454632285dcfc34f22a38122b0f (patch) | |
tree | 65be2fd875f5250e5cd565e7a7527ec67aa5c440 /generic/tkImgPhoto.c | |
parent | 414d57df04c2b297793973c5dec6637ca7253ece (diff) | |
download | tk-6320df04ec1f7454632285dcfc34f22a38122b0f.zip tk-6320df04ec1f7454632285dcfc34f22a38122b0f.tar.gz tk-6320df04ec1f7454632285dcfc34f22a38122b0f.tar.bz2 |
* 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 <math.h>, and other parts of Tk routinely make use
of libm-supplied math routines.
Diffstat (limited to 'generic/tkImgPhoto.c')
-rw-r--r-- | generic/tkImgPhoto.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <ctype.h> #ifdef __WIN32__ |