forked from OSchip/llvm-project
[XRay] Remove unnecessary include of <unistd.h>
llvm-svn: 285171
This commit is contained in:
parent
4fc2529d9d
commit
2693245fc1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue