diff options
-rw-r--r-- | lld/ELF/OutputSections.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 4a7b3f6d075..5004c252d87 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -10,15 +10,12 @@ #ifndef LLD_ELF_OUTPUT_SECTIONS_H #define LLD_ELF_OUTPUT_SECTIONS_H -#include "lld/Core/LLVM.h" +#include "Config.h" +#include "lld/Core/LLVM.h" #include "llvm/MC/StringTableBuilder.h" #include "llvm/Object/ELF.h" -#include "Config.h" - -#include <type_traits> - namespace lld { namespace elf { |