From: Adrian Prantl Date: Tue, 8 Sep 2015 22:06:40 +0000 (+0000) Subject: Remove unneeded #include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dcf1edb28a2af8b946e4e53c56399710e6d0862;p=clang Remove unneeded #include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247081 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index cc57f27d60..987e921432 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/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;