From f93591b0bef310deaf19c852c2856b288157bb42 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 30 Oct 2017 16:21:18 +0000 Subject: [PATCH] Fix windows build broken in r316915 I accidentally left a linux-specific include in generic code. llvm-svn: 316919 --- 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 4f7052a..feff052 100644 --- a/lldb/source/Host/common/MainLoop.cpp +++ b/lldb/source/Host/common/MainLoop.cpp @@ -18,7 +18,6 @@ #include #include #include -#include // Multiplexing is implemented using kqueue on systems that support it (BSD // variants including OSX). On linux we use ppoll, while android uses pselect -- 2.7.4