summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/match.c b/match.c
index 7d738b6d..54914572 100644
--- a/match.c
+++ b/match.c
@@ -27,8 +27,6 @@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
#include <dirent.h>
#include <stdarg.h>
#include <wchar.h>
@@ -45,7 +43,6 @@
#include "y.tab.h"
#include "parser.h"
#include "txr.h"
-#include "utf8.h"
#include "filter.h"
#include "hash.h"
#include "debug.h"