From 5d293eb34a99880ae76850eb6902f684843629c4 Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Thu, 30 Mar 2017 16:27:09 +0000 Subject: [PATCH] [libc++abi] Remove unistd.h include This was originally there for the _POSIX_THREADS define, to detect the presence of pthreads. That went away with the externalized threading support, so the include can go away too. config.h is now completely empty. A follow-up commit will remove it entirely. llvm-svn: 299087 --- libcxxabi/src/config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcxxabi/src/config.h b/libcxxabi/src/config.h index f2710c0..c823552 100644 --- a/libcxxabi/src/config.h +++ b/libcxxabi/src/config.h @@ -14,6 +14,4 @@ #ifndef LIBCXXABI_CONFIG_H #define LIBCXXABI_CONFIG_H -#include - #endif // LIBCXXABI_CONFIG_H -- 2.7.4