diff options
Diffstat (limited to 'lldb/source/Host/common')
-rw-r--r-- | lldb/source/Host/common/Host.cpp | 1 | ||||
-rw-r--r-- | lldb/source/Host/common/Mutex.cpp | 1 | ||||
-rw-r--r-- | lldb/source/Host/common/Terminal.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Host/common/Host.cpp b/lldb/source/Host/common/Host.cpp index cc295b9b063..c549ba46070 100644 --- a/lldb/source/Host/common/Host.cpp +++ b/lldb/source/Host/common/Host.cpp @@ -13,7 +13,6 @@ #include <errno.h> #include <limits.h> #include <sys/types.h> -#include <unistd.h> #ifdef _WIN32 #include "lldb/Host/windows/windows.h" #include <winsock2.h> diff --git a/lldb/source/Host/common/Mutex.cpp b/lldb/source/Host/common/Mutex.cpp index 3733100d6fd..4e013553562 100644 --- a/lldb/source/Host/common/Mutex.cpp +++ b/lldb/source/Host/common/Mutex.cpp @@ -15,7 +15,6 @@ #endif #include <string.h> #include <stdio.h> -#include <unistd.h> #if 0 // This logging is way too verbose to enable even for a log channel. diff --git a/lldb/source/Host/common/Terminal.cpp b/lldb/source/Host/common/Terminal.cpp index 08a54551702..f63c468bb92 100644 --- a/lldb/source/Host/common/Terminal.cpp +++ b/lldb/source/Host/common/Terminal.cpp @@ -10,7 +10,6 @@ #include "lldb/Host/Terminal.h" #include <fcntl.h> -#include <unistd.h> #include <signal.h> #ifdef LLDB_CONFIG_TERMIOS_SUPPORTED |