From efe993f4a669f780e7b16e5c4e6321276afa6d52 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 12 Feb 2020 11:42:56 +0900 Subject: regexp: Remove including Jim Tcl headers. Signed-off-by: NIIBE Yutaka --- regexp/jimregexp.c | 3 --- regexp/utf8.h | 1 - 2 files changed, 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 #include #include #include -#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 /* Currently we support unicode points up to 2^22-1 */ #define MAX_UTF8_LEN 4 -- cgit v1.2.3