diff --git a/properties.m b/properties.m index 61acccc..8b8467c 100644 --- a/properties.m +++ b/properties.m @@ -4,7 +4,7 @@ #include #include #include -#include "unistd.h" +#include #include "class.h" #include "properties.h" #include "spinlock.h" diff --git a/unistd.h b/unistd.h deleted file mode 100644 index 1f3296d..0000000 --- a/unistd.h +++ /dev/null @@ -1,10 +0,0 @@ -/* See http://llvm.org/bugs/show_bug.cgi?id=4746 */ -#ifdef __block -# undef __block -# include_next "unistd.h" -# define __block __attribute__((__blocks__(byref))) -#else -# if __has_include_next("unitstd.h") -# include_next "unistd.h" -# endif -#endif