summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--match.c1
-rw-r--r--txr.c1
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 989226e2..35283689 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-11-13 Kaz Kylheku <kaz@kylheku.com>
+ * match.c: Removed <assert.h>
+
+ * txr.c: Likewise.
+
+2011-11-13 Kaz Kylheku <kaz@kylheku.com>
+
Bug #34813
* match.c (v_freeform): Fail if the data is null,
diff --git a/match.c b/match.c
index 38fdfc32..3f586a5d 100644
--- a/match.c
+++ b/match.c
@@ -27,7 +27,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include <errno.h>
#include <dirent.h>
#include <setjmp.h>
diff --git a/txr.c b/txr.c
index b4381b39..644314f0 100644
--- a/txr.c
+++ b/txr.c
@@ -27,7 +27,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include <limits.h>
#include <dirent.h>
#include <setjmp.h>