summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2017-04-18 21:23:55 +0000
committerChris Bieneman <beanz@apple.com>2017-04-18 21:23:55 +0000
commit1a4c748a48ad9ca5d543577c23c55b6fe3ab4642 (patch)
tree21af53961283682ad336f056bcbee9c1f43223cc
parentf5427b26d397367dcd4dc754bcdd9c20e0c7622e (diff)
downloadbcm5719-llvm-1a4c748a48ad9ca5d543577c23c55b6fe3ab4642.tar.gz
bcm5719-llvm-1a4c748a48ad9ca5d543577c23c55b6fe3ab4642.zip
Removing unused include
This is causing the Windows bot failures. llvm-svn: 300605
-rw-r--r--lldb/source/Host/common/MainLoop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Host/common/MainLoop.cpp b/lldb/source/Host/common/MainLoop.cpp
index cde84fdf956..d3388577460 100644
--- a/lldb/source/Host/common/MainLoop.cpp
+++ b/lldb/source/Host/common/MainLoop.cpp
@@ -15,7 +15,6 @@
#include <cassert>
#include <cerrno>
#include <csignal>
-#include <sys/select.h>
#include <vector>
#if HAVE_SYS_EVENT_H
OpenPOWER on IntegriCloud