From: Dean Michael Berris Date: Wed, 26 Oct 2016 04:36:31 +0000 (+0000) Subject: [XRay] Remove unnecessary include of X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1af0e79b75a45139ca3d7686fd0cea071aeb6148;p=llvm [XRay] Remove unnecessary include of git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285170 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-xray/xray-extract.cc b/tools/llvm-xray/xray-extract.cc index c2c51062075..e40dd3d5968 100644 --- a/tools/llvm-xray/xray-extract.cc +++ b/tools/llvm-xray/xray-extract.cc @@ -14,7 +14,6 @@ //===----------------------------------------------------------------------===// #include -#include #include #include "xray-extract.h" @@ -80,7 +79,6 @@ template <> struct MappingTraits { static constexpr bool flow = true; }; - } }