From ab010c4e0e869c694fd22aaa2c13a4278a968b5c Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 8 Sep 2015 22:06:40 +0000 Subject: [PATCH] Remove unneeded #include. llvm-svn: 247081 --- clang/lib/CodeGen/CGDebugInfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index cc57f27d60a1..987e92143200 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -37,7 +37,6 @@ #include "llvm/IR/Instructions.h" #include "llvm/IR/Intrinsics.h" #include "llvm/IR/Module.h" -#include "llvm/Support/Dwarf.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Path.h" using namespace clang;