summaryrefslogtreecommitdiffstats
path: root/generic/tkScale.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-03-31 02:43:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-03-31 02:43:04 (GMT)
commit6320df04ec1f7454632285dcfc34f22a38122b0f (patch)
tree65be2fd875f5250e5cd565e7a7527ec67aa5c440 /generic/tkScale.c
parent414d57df04c2b297793973c5dec6637ca7253ece (diff)
downloadtk-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/tkScale.c')
-rw-r--r--generic/tkScale.c3
1 files changed, 1 insertions, 2 deletions
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"
/*