summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-13 10:12:45 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-13 10:12:45 -0800
commitde47b27d3ee8f4227fc6e1be524ce6466f382c5e (patch)
treedd90f08370937f4dbfcda612c174ac087bea5af1 /match.c
parent1b6568b322ea4817ae7e0afe71b95718333c6afa (diff)
downloadtxr-de47b27d3ee8f4227fc6e1be524ce6466f382c5e.tar.gz
txr-de47b27d3ee8f4227fc6e1be524ce6466f382c5e.tar.bz2
txr-de47b27d3ee8f4227fc6e1be524ce6466f382c5e.zip
* match.c: Removed <assert.h>
* txr.c: Likewise.
Diffstat (limited to 'match.c')
-rw-r--r--match.c1
1 files changed, 0 insertions, 1 deletions
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>