Skip to content

Commit

Permalink
[XRay] Remove unnecessary include of <unistd.h>
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285171 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
deanberris committed Oct 26, 2016
1 parent 1af0e79 commit 83f97dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/llvm-xray/llvm-xray.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 83f97dc

Please sign in to comment.