summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkBind.c')
-rw-r--r--generic/tkBind.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tkBind.c b/generic/tkBind.c
index 76ec359..e73224d 100644
--- a/generic/tkBind.c
+++ b/generic/tkBind.c
@@ -25,8 +25,6 @@
#include "tkUnixInt.h"
#endif
-#include <assert.h>
-
#if NDEBUG
# define DEBUG(expr)
#else