[Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and
authorLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 01:55:19 +0000 (01:55 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 01:55:19 +0000 (01:55 +0000)
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

index 5ebd40d60515e1b67a6330047a7c4739795dbf8b..b4b7a0a1b4eea1529d30c1b73e06eea023078e0a 100644 (file)
@@ -8,7 +8,6 @@
 #include "llvm/Support/Endian.h"
 
 #include <system_error>
-#include <unistd.h>
 
 namespace llvm {
 namespace orc {