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 \
+++ /dev/null
-/*
- * UCW Library: An alias for lib/ff-unicode.h (for backwards compatibility)
- *
- * (c) 2008 Pavel Charvat <pchar@ucw.cz>
- *
- * 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