diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |