From 177218adadc7aa92a1c14e6b8b33080dc77d6e4e Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 21 Dec 2002 18:14:02 +0000 Subject: [PATCH] utf8.h is renamed to utf8tools.h --- gedcom/encoding.c | 2 +- gedcom/encoding.h | 2 +- gedcom/gedcom_lex_common.c | 1 - gedcom/write.c | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gedcom/encoding.c b/gedcom/encoding.c index e0140b2..a878051 100644 --- a/gedcom/encoding.c +++ b/gedcom/encoding.c @@ -29,7 +29,7 @@ #include "gedcom.h" #include "encoding.h" #include "hash.h" -#include "utf8.h" +#include "utf8tools.h" #define ENCODING_CONF_FILE "gedcom.enc" #define GCONV_SEARCH_PATH "GCONV_PATH" diff --git a/gedcom/encoding.h b/gedcom/encoding.h index a44ed0b..d4327ca 100644 --- a/gedcom/encoding.h +++ b/gedcom/encoding.h @@ -26,7 +26,7 @@ #define __ENCODING_H #include "gedcom.h" -#include "utf8.h" +#include "utf8tools.h" int open_conv_to_internal(const char* fromcode); void close_conv_to_internal(); diff --git a/gedcom/gedcom_lex_common.c b/gedcom/gedcom_lex_common.c index 902225f..f2fe44a 100644 --- a/gedcom/gedcom_lex_common.c +++ b/gedcom/gedcom_lex_common.c @@ -29,7 +29,6 @@ #include "gedcom.h" #include "gedcom.tabgen.h" #include "compat.h" -#include "utf8.h" static size_t encoding_width; static int current_level = -1; diff --git a/gedcom/write.c b/gedcom/write.c index 69d502e..e338b94 100644 --- a/gedcom/write.c +++ b/gedcom/write.c @@ -26,7 +26,7 @@ #include "encoding.h" #include "tag_data.h" #include "buffer.h" -#include "utf8.h" +#include "utf8tools.h" #include #include #include -- 2.30.2