summaryrefslogtreecommitdiffstats
path: root/unix/tkUnix3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tkUnix3d.c')
-rw-r--r--unix/tkUnix3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnix3d.c b/unix/tkUnix3d.c
index 0c460dc..331ebe3 100644
--- a/unix/tkUnix3d.c
+++ b/unix/tkUnix3d.c
@@ -12,7 +12,7 @@
#include <tk3d.h>
-#if !(defined(__WIN32__) || defined(MAC_TCL) || defined(MAC_OSX_TK))
+#if !(defined(__WIN32__) || defined(MAC_OSX_TK))
#include "tkUnixInt.h"
#endif