From: Paul Robinson Date: Wed, 22 Nov 2017 18:39:26 +0000 (+0000) Subject: Remove unnecessary include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f7a128eba4d88b58d3b145fa4eef86a98f4ef0b;p=llvm Remove unnecessary include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318861 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/DWARF/DWARFSection.h b/include/llvm/DebugInfo/DWARF/DWARFSection.h index 605f490fabe..77045f0794a 100644 --- a/include/llvm/DebugInfo/DWARF/DWARFSection.h +++ b/include/llvm/DebugInfo/DWARF/DWARFSection.h @@ -11,7 +11,6 @@ #define LLVM_DEBUGINFO_DWARF_DWARFSECTION_H #include "llvm/ADT/StringRef.h" -#include "llvm/DebugInfo/DWARF/DWARFRelocMap.h" namespace llvm {