[llvm] r257306 - [Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 10 17:55:19 PST 2016


Author: lhames
Date: Sun Jan 10 19:55:19 2016
New Revision: 257306

URL: http://llvm.org/viewvc/llvm-project?rev=257306&view=rev
Log:
[Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and
broke the windows bots.


Modified:
    llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCChannel.h

Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCChannel.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCChannel.h?rev=257306&r1=257305&r2=257306&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCChannel.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCChannel.h Sun Jan 10 19:55:19 2016
@@ -8,7 +8,6 @@
 #include "llvm/Support/Endian.h"
 
 #include <system_error>
-#include <unistd.h>
 
 namespace llvm {
 namespace orc {




More information about the llvm-commits mailing list