1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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

broke the windows bots.

llvm-svn: 257306
This commit is contained in:
Lang Hames 2016-01-11 01:55:19 +00:00
parent dac7e64ae5
commit 61dee24618

View File

@ -8,7 +8,6 @@
#include "llvm/Support/Endian.h"
#include <system_error>
#include <unistd.h>
namespace llvm {
namespace orc {