]> git.saurik.com Git - apple/libc.git/blobdiff - include/_wctype.h
Libc-1272.200.26.tar.gz
[apple/libc.git] / include / _wctype.h
index 63487792ef9d5bbea41d7162300fc439cc24a977..04da7960efaa5cd75988d9913bf3b9587dfdb0f3 100644 (file)
 #ifndef __WCTYPE_H_
 #define __WCTYPE_H_
 
-#include <sys/cdefs.h>
-#include <_types.h>
-
-#include <sys/_types/_wint_t.h>
-#include <sys/_types/_wint_t.h>
-#include <_types/_wctype_t.h>
-
-#ifndef WEOF
-#define WEOF                   __DARWIN_WEOF
-#endif
-
-#ifndef __DARWIN_WCTYPE_TOP_inline
-#define __DARWIN_WCTYPE_TOP_inline __header_inline
-#endif
-
-#include <ctype.h>
+#include <__wctype.h>
 
 /*
  * Use inline functions if we are allowed to and the compiler supports them.