From cb781e350e31ca8a8682ea6eb05453b9da915d5a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 10 Sep 2007 16:05:48 +0000 Subject: [PATCH] Do not depend on HAVE_ICU - because 1) we never want public headers to become dependent on HAVE_-something. and 2) C code including icu_I18N.h checks becore inclusion. --- src/icu_I18N.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/icu_I18N.h b/src/icu_I18N.h index 22d77af..27f7a3a 100644 --- a/src/icu_I18N.h +++ b/src/icu_I18N.h @@ -1,4 +1,4 @@ -/* $Id: icu_I18N.h,v 1.17 2007-05-25 13:27:21 marc Exp $ +/* $Id: icu_I18N.h,v 1.18 2007-09-10 16:05:48 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -22,8 +22,6 @@ #ifndef ICU_I18NL_H #define ICU_I18NL_H -#ifdef HAVE_ICU - #include #include @@ -283,5 +281,4 @@ const char * icu_chain_get_sort(struct icu_chain * chain); -#endif // HAVE_ICU #endif // ICU_I18NL_H -- 1.7.10.4