From c19bdb08393eb7b97f7783cb576f223b4fc505ed Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Nov 2007 09:30:05 +0000 Subject: [PATCH] Use header icu.h instead of icu_I18N.h --- index/zebraidx.c | 4 ++-- util/zebramap.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index/zebraidx.c b/index/zebraidx.c index a1378a2..804a7e8 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,4 +1,4 @@ -/* $Id: zebraidx.c,v 1.9 2007-10-29 09:25:41 adam Exp $ +/* $Id: zebraidx.c,v 1.10 2007-11-08 09:30:05 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #endif #if HAVE_ICU -#include +#include #endif #include #include diff --git a/util/zebramap.c b/util/zebramap.c index 6f9f0d7..e87bb71 100644 --- a/util/zebramap.c +++ b/util/zebramap.c @@ -1,4 +1,4 @@ -/* $Id: zebramap.c,v 1.68 2007-11-08 08:18:37 adam Exp $ +/* $Id: zebramap.c,v 1.69 2007-11-08 09:30:05 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -29,7 +29,7 @@ #include #if YAZ_HAVE_ICU -#include +#include #endif #include -- 1.7.10.4