From: Martin Mares Date: Wed, 18 Jun 2008 22:01:16 +0000 (+0200) Subject: Removed the lib/ff-utf8.h compatibility stub. X-Git-Tag: holmes-import~435 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=42ec8af5bc82882dd28a7b22c021df3e597cd1b5;p=libucw.git Removed the lib/ff-utf8.h compatibility stub. Closes Bug #6420. --- diff --git a/lib/Makefile b/lib/Makefile index c5b3f58e..9efb1f69 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -49,7 +49,7 @@ LIBUCW_INCLUDES= \ bitops.h \ conf.h getopt.h ipaccess.h \ profile.h \ - fastbuf.h lfs.h ff-unicode.h ff-utf8.h ff-binary.h \ + fastbuf.h lfs.h ff-unicode.h ff-binary.h \ chartype.h unicode.h stkstring.h \ wildmatch.h patmatch.h \ db.h \ diff --git a/lib/ff-utf8.h b/lib/ff-utf8.h deleted file mode 100644 index af7543f2..00000000 --- a/lib/ff-utf8.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * UCW Library: An alias for lib/ff-unicode.h (for backwards compatibility) - * - * (c) 2008 Pavel Charvat - * - * This software may be freely distributed and used according to the terms - * of the GNU Lesser General Public License. - */ - -#ifndef _UCW_FF_UTF8_H -#define _UCW_FF_UTF8_H - -#include "lib/ff-unicode.h" - -#endif