From: Dean Michael Berris Date: Tue, 10 Jan 2017 02:51:13 +0000 (+0000) Subject: [XRay] Don't include unnecessarily X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b82745386843a8aa18141ed9f31925fd6b7e881;p=llvm [XRay] Don't include unnecessarily Follow-up to D24376. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291531 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-xray/xray-converter.cc b/tools/llvm-xray/xray-converter.cc index 536b2b159ed..914dcd967d7 100644 --- a/tools/llvm-xray/xray-converter.cc +++ b/tools/llvm-xray/xray-converter.cc @@ -20,7 +20,6 @@ #include "llvm/Support/FileSystem.h" #include "llvm/Support/YAMLTraits.h" #include "llvm/Support/raw_ostream.h" -#include using namespace llvm; using namespace xray;