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