OSDN Git Service

[XRay] Remove unnecessary include of <unistd.h>
authorDean Michael Berris <dberris@google.com>
Wed, 26 Oct 2016 04:46:50 +0000 (04:46 +0000)
committerDean Michael Berris <dberris@google.com>
Wed, 26 Oct 2016 04:46:50 +0000 (04:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285171 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-xray/llvm-xray.cc

index ab59a32..ac5faaa 100644 (file)
@@ -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;