From 5b82745386843a8aa18141ed9f31925fd6b7e881 Mon Sep 17 00:00:00 2001 From: Dean Michael Berris Date: Tue, 10 Jan 2017 02:51:13 +0000 Subject: [PATCH] [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 --- tools/llvm-xray/xray-converter.cc | 1 - 1 file changed, 1 deletion(-) 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; -- 2.11.0