[XRay] Don't include <unistd.h> unnecessarily

Follow-up to D24376.

llvm-svn: 291531
This commit is contained in:
Dean Michael Berris 2017-01-10 02:51:13 +00:00
parent 0668cd2c95
commit d2791c604d
1 changed files with 0 additions and 1 deletions

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