summaryrefslogtreecommitdiffstats
path: root/generic/tclMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclMath.h')
-rw-r--r--generic/tclMath.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tclMath.h b/generic/tclMath.h
index 7492af0..0f02855 100644
--- a/generic/tclMath.h
+++ b/generic/tclMath.h
@@ -16,10 +16,6 @@
#ifndef _TCLMATH
#define _TCLMATH
-#if defined(MAC_TCL)
-# include "tclMacMath.h"
-#else
-# include <math.h>
-#endif
+#include <math.h>
#endif /* _TCLMATH */