From d2791c604defac4d903d9a9600bc3553c128b69f 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. llvm-svn: 291531 --- llvm/tools/llvm-xray/xray-converter.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/tools/llvm-xray/xray-converter.cc b/llvm/tools/llvm-xray/xray-converter.cc index 536b2b159edd..914dcd967d7e 100644 --- a/llvm/tools/llvm-xray/xray-converter.cc +++ b/llvm/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;