diff options
| author | Chris Bieneman <beanz@apple.com> | 2017-04-18 21:23:55 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2017-04-18 21:23:55 +0000 |
| commit | 1a4c748a48ad9ca5d543577c23c55b6fe3ab4642 (patch) | |
| tree | 21af53961283682ad336f056bcbee9c1f43223cc /lldb/source | |
| parent | f5427b26d397367dcd4dc754bcdd9c20e0c7622e (diff) | |
| download | bcm5719-llvm-1a4c748a48ad9ca5d543577c23c55b6fe3ab4642.tar.gz bcm5719-llvm-1a4c748a48ad9ca5d543577c23c55b6fe3ab4642.zip | |
Removing unused include
This is causing the Windows bot failures.
llvm-svn: 300605
Diffstat (limited to 'lldb/source')
| -rw-r--r-- | lldb/source/Host/common/MainLoop.cpp | 1 |
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 |

