summaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authordata-man <dataman@tutanota.com>2022-01-24 13:34:09 +0500
committerdata-man <dataman@tutanota.com>2022-01-24 13:34:09 +0500
commit09124f64f6eb332e49b4d13c4975fc36260f7f2b (patch)
treeb42d6a07a33051879f1ebd680ac01730e9fc632f /util.c
parent475bc25800451c76d9a721fb35628693758a15e0 (diff)
downloadbfs-09124f64f6eb332e49b4d13c4975fc36260f7f2b.tar.xz
Simplifying
Diffstat (limited to 'util.c')
-rw-r--r--util.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/util.c b/util.c
index b5ef8f8..9e221a8 100644
--- a/util.c
+++ b/util.c
@@ -16,6 +16,7 @@
#include "util.h"
#include "dstring.h"
+#include "regexp.h"
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
@@ -29,12 +30,6 @@
#include <sys/types.h>
#include <unistd.h>
-#ifdef USE_ONIGURUMA
- #include <onigposix.h>
-#else
- #include <regex.h>
-#endif
-
#if BFS_HAS_SYS_PARAM
# include <sys/param.h>
#endif