Remove unused include.
[pspp] / modules / unicase / ignorable
1 Description:
2 Test whether a Unicode character is "case-ignorable".
3
4 Files:
5 lib/unicase/caseprop.h
6 lib/unicase/ignorable.c
7
8 Depends-on:
9 uniwbrk/wordbreak-property
10 unictype/category-of
11 unitypes
12 stdbool
13
14 configure.ac:
15
16 Makefile.am:
17 lib_SOURCES += unicase/ignorable.c
18
19 Include:
20 "unicase/caseprop.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27