summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-10 15:57:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-10 15:57:51 (GMT)
commitbc24a1ca5a6b771e9eefceb436538da293c5e9b5 (patch)
tree3883deb5dbc086cad5a50f6e1caadf05bd6f5f01 /generic/tclExecute.c
parent6cc442596661758ad0e028898e046a259a7ae37f (diff)
downloadtcl-bc24a1ca5a6b771e9eefceb436538da293c5e9b5.zip
tcl-bc24a1ca5a6b771e9eefceb436538da293c5e9b5.tar.gz
tcl-bc24a1ca5a6b771e9eefceb436538da293c5e9b5.tar.bz2
Code cleanup for arithSeries, all backported from 9.0
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 59fb9a2..d739033 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -19,7 +19,6 @@
#include "tclCompile.h"
#include "tclOOInt.h"
#include "tclTomMath.h"
-#include "tclArithSeries.h"
#include <math.h>
#include <assert.h>