[llvm] r285171 - [XRay] Remove unnecessary include of <unistd.h>
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 21:46:50 PDT 2016
Author: dberris
Date: Tue Oct 25 23:46:50 2016
New Revision: 285171
URL: http://llvm.org/viewvc/llvm-project?rev=285171&view=rev
Log:
[XRay] Remove unnecessary include of <unistd.h>
Modified:
llvm/trunk/tools/llvm-xray/llvm-xray.cc
Modified: llvm/trunk/tools/llvm-xray/llvm-xray.cc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-xray/llvm-xray.cc?rev=285171&r1=285170&r2=285171&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-xray/llvm-xray.cc (original)
+++ llvm/trunk/tools/llvm-xray/llvm-xray.cc Tue Oct 25 23:46:50 2016
@@ -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;
More information about the llvm-commits
mailing list