From 3b44cc5e0858a329f647bee0617fbab117ea5ea9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 10 Jul 2004 20:38:38 +0000 Subject: [PATCH] Adapted to new unicode includes. --- lib/buck2obj.c | 2 +- lib/buckettool.c | 2 +- lib/obj2buck.c | 2 +- lib/tagged-text.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/buck2obj.c b/lib/buck2obj.c index 3e7b78fc..52be40d8 100644 --- a/lib/buck2obj.c +++ b/lib/buck2obj.c @@ -9,7 +9,7 @@ #include "lib/unaligned.h" #include "lib/pools.h" #include "lib/fastbuf.h" -#include "charset/unicode.h" +#include "lib/unicode.h" #include "lib/object.h" #include "lib/bucket.h" #include "lib/lizard.h" diff --git a/lib/buckettool.c b/lib/buckettool.c index 9e253e6e..f22f17f9 100644 --- a/lib/buckettool.c +++ b/lib/buckettool.c @@ -17,7 +17,7 @@ #include "lib/object.h" #include "lib/lizard.h" #include "lib/bbuf.h" -#include "charset/unistream.h" +#include "lib/ff-utf8.h" #include #include diff --git a/lib/obj2buck.c b/lib/obj2buck.c index 7fee3d54..9198fad5 100644 --- a/lib/obj2buck.c +++ b/lib/obj2buck.c @@ -9,9 +9,9 @@ #include "lib/lib.h" #include "lib/fastbuf.h" +#include "lib/ff-utf8.h" #include "lib/bucket.h" #include "lib/object.h" -#include "charset/unistream.h" #include #include diff --git a/lib/tagged-text.h b/lib/tagged-text.h index 97c07eeb..29ba1d8e 100644 --- a/lib/tagged-text.h +++ b/lib/tagged-text.h @@ -8,7 +8,7 @@ #define _SHERLOCK_TAGGED_TEXT_H #include "lib/fastbuf.h" -#include "charset/unistream.h" +#include "lib/ff-utf8.h" /* Reading of tagged text (Unicode values, tags mapped to 0x80000000 and higher) */ -- 2.39.5