diff options
-rw-r--r-- | regexp/jimregexp.c | 3 | ||||
-rw-r--r-- | regexp/utf8.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/regexp/jimregexp.c b/regexp/jimregexp.c index 3f2711b95..4fdced199 100644 --- a/regexp/jimregexp.c +++ b/regexp/jimregexp.c @@ -52,15 +52,12 @@ * regular-expression syntax might require a total rethink. */ -#include "jimautoconf.h" - #if defined(JIM_REGEXP) #include <stdio.h> #include <ctype.h> #include <stdlib.h> #include <string.h> -#include "jim.h" #include "jimregexp.h" #include "utf8.h" diff --git a/regexp/utf8.h b/regexp/utf8.h index 99706839a..841b806f1 100644 --- a/regexp/utf8.h +++ b/regexp/utf8.h @@ -12,7 +12,6 @@ extern "C" { * * See LICENCE for licence details. */ -#include <jim-config.h> /* Currently we support unicode points up to 2^22-1 */ #define MAX_UTF8_LEN 4 |