summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2016-10-26 04:46:50 +0000
committerDean Michael Berris <dberris@google.com>2016-10-26 04:46:50 +0000
commit2693245fc15d873a5e9731be0a3646ac1ecb77be (patch)
tree0e474cc8405a8204121e4a7d8cc62ca3874a5448 /llvm/tools/llvm-xray
parent4fc2529d9d79c991cbd5450fa8ef12c6ad6fc674 (diff)
downloadbcm5719-llvm-2693245fc15d873a5e9731be0a3646ac1ecb77be.tar.gz
bcm5719-llvm-2693245fc15d873a5e9731be0a3646ac1ecb77be.zip
[XRay] Remove unnecessary include of <unistd.h>
llvm-svn: 285171
Diffstat (limited to 'llvm/tools/llvm-xray')
-rw-r--r--llvm/tools/llvm-xray/llvm-xray.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-xray/llvm-xray.cc b/llvm/tools/llvm-xray/llvm-xray.cc
index ab59a32e233..ac5faaa408b 100644
--- a/llvm/tools/llvm-xray/llvm-xray.cc
+++ b/llvm/tools/llvm-xray/llvm-xray.cc
@@ -20,7 +20,6 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
-#include <unistd.h>
using namespace llvm;
using namespace llvm::xray;
OpenPOWER on IntegriCloud