[XRay] Remove unnecessary include of <unistd.h>

llvm-svn: 285171
This commit is contained in:
Dean Michael Berris 2016-10-26 04:46:50 +00:00
parent fa7b5c20f9
commit d52795aae5

View 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;