From 1a4c748a48ad9ca5d543577c23c55b6fe3ab4642 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 18 Apr 2017 21:23:55 +0000 Subject: [PATCH] Removing unused include This is causing the Windows bot failures. llvm-svn: 300605 --- lldb/source/Host/common/MainLoop.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Host/common/MainLoop.cpp b/lldb/source/Host/common/MainLoop.cpp index cde84fdf9567..d33885774607 100644 --- a/lldb/source/Host/common/MainLoop.cpp +++ b/lldb/source/Host/common/MainLoop.cpp @@ -15,7 +15,6 @@ #include #include #include -#include #include #if HAVE_SYS_EVENT_H