summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2016-10-26 04:36:31 +0000
committerDean Michael Berris <dberris@google.com>2016-10-26 04:36:31 +0000
commit4fc2529d9d79c991cbd5450fa8ef12c6ad6fc674 (patch)
tree0818ab1f08296f3e56e7f7eb7a430b25db7a4b56 /llvm/tools/llvm-xray
parentc5dd543d8b17bb9c985561a6d7732e0e71700f71 (diff)
downloadbcm5719-llvm-4fc2529d9d79c991cbd5450fa8ef12c6ad6fc674.tar.gz
bcm5719-llvm-4fc2529d9d79c991cbd5450fa8ef12c6ad6fc674.zip
[XRay] Remove unnecessary include of <unistd.h>
llvm-svn: 285170
Diffstat (limited to 'llvm/tools/llvm-xray')
-rw-r--r--llvm/tools/llvm-xray/xray-extract.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-xray/xray-extract.cc b/llvm/tools/llvm-xray/xray-extract.cc
index c2c51062075..e40dd3d5968 100644
--- a/llvm/tools/llvm-xray/xray-extract.cc
+++ b/llvm/tools/llvm-xray/xray-extract.cc
@@ -14,7 +14,6 @@
//===----------------------------------------------------------------------===//
#include <type_traits>
-#include <unistd.h>
#include <utility>
#include "xray-extract.h"
@@ -80,7 +79,6 @@ template <> struct MappingTraits<YAMLXRaySledEntry> {
static constexpr bool flow = true;
};
-
}
}
OpenPOWER on IntegriCloud