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

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 21:36:32 PDT 2016


Author: dberris
Date: Tue Oct 25 23:36:31 2016
New Revision: 285170

URL: http://llvm.org/viewvc/llvm-project?rev=285170&view=rev
Log:
[XRay] Remove unnecessary include of <unistd.h>

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

Modified: llvm/trunk/tools/llvm-xray/xray-extract.cc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-xray/xray-extract.cc?rev=285170&r1=285169&r2=285170&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-xray/xray-extract.cc (original)
+++ llvm/trunk/tools/llvm-xray/xray-extract.cc Tue Oct 25 23:36:31 2016
@@ -14,7 +14,6 @@
 //===----------------------------------------------------------------------===//
 
 #include <type_traits>
-#include <unistd.h>
 #include <utility>
 
 #include "xray-extract.h"
@@ -80,7 +79,6 @@ template <> struct MappingTraits<YAMLXRa
 
   static constexpr bool flow = true;
 };
-
 }
 }
 




More information about the llvm-commits mailing list