wctype_t is already defined in wchar.h which is included

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17308 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-05-03 13:39:23 +00:00
parent a9efee3047
commit c3725117bd
-2
View File
@@ -8,9 +8,7 @@
#include <wchar.h>
typedef const int *wctrans_t;
typedef unsigned long wctype_t;
#ifdef __cplusplus
extern "C" {