From 838d9256d86b5e79809edde35e0969661530e960 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Mon, 11 Jan 2016 01:55:19 +0000 Subject: [PATCH] [Orc] Remote the include introduced in r257305 - it's not needed, and broke the windows bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257306 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ExecutionEngine/Orc/RPCChannel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/ExecutionEngine/Orc/RPCChannel.h b/include/llvm/ExecutionEngine/Orc/RPCChannel.h index 5ebd40d6051..b4b7a0a1b4e 100644 --- a/include/llvm/ExecutionEngine/Orc/RPCChannel.h +++ b/include/llvm/ExecutionEngine/Orc/RPCChannel.h @@ -8,7 +8,6 @@ #include "llvm/Support/Endian.h" #include -#include namespace llvm { namespace orc { -- 2.11.0