diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-03-04 03:05:54 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-03-04 03:05:54 -0500 |
commit | f9035ffc60de8505522c8092f7d53269dd8a4738 (patch) | |
tree | 96c9edfee758f6d39e44c8d3fdabec6048c1673a /src/wctype/wctrans.c | |
parent | 8b1380b63d62a1e1858a102fb36c2078697581ec (diff) |
remove nonstd/ctype.h
Diffstat (limited to 'src/wctype/wctrans.c')
-rw-r--r-- | src/wctype/wctrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wctype/wctrans.c b/src/wctype/wctrans.c index eb51e112..fac15545 100644 --- a/src/wctype/wctrans.c +++ b/src/wctype/wctrans.c @@ -1,7 +1,7 @@ #include <wctype.h> #include "string.h" #include "nonstd/assert.h" -#include "nonstd/ctype.h" +#include "_wctype.h" /** lookup character translation **/ wctrans_t wctrans(const char * property) |