From 1f7a128eba4d88b58d3b145fa4eef86a98f4ef0b Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Wed, 22 Nov 2017 18:39:26 +0000 Subject: [PATCH] Remove unnecessary include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318861 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/DWARF/DWARFSection.h | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.50.1