projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c6025
)
[Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and
author
Lang Hames
<lhames@gmail.com>
Mon, 11 Jan 2016 01:55:19 +0000
(
01:55
+0000)
committer
Lang 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
patch
|
blob
|
history
diff --git
a/include/llvm/ExecutionEngine/Orc/RPCChannel.h
b/include/llvm/ExecutionEngine/Orc/RPCChannel.h
index 5ebd40d60515e1b67a6330047a7c4739795dbf8b..b4b7a0a1b4eea1529d30c1b73e06eea023078e0a 100644
(file)
--- a/
include/llvm/ExecutionEngine/Orc/RPCChannel.h
+++ b/
include/llvm/ExecutionEngine/Orc/RPCChannel.h
@@
-8,7
+8,6
@@
#include "llvm/Support/Endian.h"
#include <system_error>
-#include <unistd.h>
namespace llvm {
namespace orc {