summaryrefslogtreecommitdiffstats
path: root/util.h
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.h
parent475bc25800451c76d9a721fb35628693758a15e0 (diff)
downloadbfs-09124f64f6eb332e49b4d13c4975fc36260f7f2b.tar.xz
Simplifying
Diffstat (limited to 'util.h')
-rw-r--r--util.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/util.h b/util.h
index 213d514..893651e 100644
--- a/util.h
+++ b/util.h
@@ -20,7 +20,7 @@
#ifndef BFS_UTIL_H
#define BFS_UTIL_H
-
+#include "regexp.h"
#include <fcntl.h>
#include <fnmatch.h>
#include <stdbool.h>
@@ -28,12 +28,6 @@
#include <stdio.h>
#include <sys/types.h>
-#ifdef USE_ONIGURUMA
- #include <onigposix.h>
-#else
- #include <regex.h>
-#endif
-
// Some portability concerns
#ifdef __has_feature