diff options
author | NIIBE Yutaka <[email protected]> | 2020-02-12 02:42:56 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2020-02-12 02:42:56 +0000 |
commit | efe993f4a669f780e7b16e5c4e6321276afa6d52 (patch) | |
tree | 978d7357c517c3658c961a7322d4c84daec897bb | |
parent | regexp: Add regexp module from Jim Tcl. (diff) | |
download | gnupg-efe993f4a669f780e7b16e5c4e6321276afa6d52.tar.gz gnupg-efe993f4a669f780e7b16e5c4e6321276afa6d52.zip |
regexp: Remove including Jim Tcl headers.
Signed-off-by: NIIBE Yutaka <[email protected]>
-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 |