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

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 18:51:13 PST 2017


Author: dberris
Date: Mon Jan  9 20:51:13 2017
New Revision: 291531

URL: http://llvm.org/viewvc/llvm-project?rev=291531&view=rev
Log:
[XRay] Don't include <unistd.h> unnecessarily

Follow-up to D24376.

Modified:
    llvm/trunk/tools/llvm-xray/xray-converter.cc

Modified: llvm/trunk/tools/llvm-xray/xray-converter.cc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-xray/xray-converter.cc?rev=291531&r1=291530&r2=291531&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-xray/xray-converter.cc (original)
+++ llvm/trunk/tools/llvm-xray/xray-converter.cc Mon Jan  9 20:51:13 2017
@@ -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;




More information about the llvm-commits mailing list