1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-29 02:22:45 +02:00

regexp: Remove including Jim Tcl headers.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2020-02-12 11:42:56 +09:00
parent c2d1511f0b
commit efe993f4a6
2 changed files with 0 additions and 4 deletions

View File

@ -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"

View File

@ -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