OSDN Git Service

[XRay] Don't include <unistd.h> unnecessarily
authorDean Michael Berris <dberris@google.com>
Tue, 10 Jan 2017 02:51:13 +0000 (02:51 +0000)
committerDean Michael Berris <dberris@google.com>
Tue, 10 Jan 2017 02:51:13 +0000 (02:51 +0000)
Follow-up to D24376.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291531 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-xray/xray-converter.cc

index 536b2b1..914dcd9 100644 (file)
@@ -20,7 +20,6 @@
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/YAMLTraits.h"
 #include "llvm/Support/raw_ostream.h"
-#include <unistd.h>
 
 using namespace llvm;
 using namespace xray;