From da06c7cfa0388de29a4024d8d386e48f2fb13ed6 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 19 Jul 2017 07:02:58 +0000 Subject: Vendor import of lld trunk r308421: https://llvm.org/svn/llvm-project/lld/trunk@308421 --- ELF/InputFiles.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ELF/InputFiles.h') diff --git a/ELF/InputFiles.h b/ELF/InputFiles.h index 544a0b009b399..f6d3f907850c7 100644 --- a/ELF/InputFiles.h +++ b/ELF/InputFiles.h @@ -11,8 +11,8 @@ #define LLD_ELF_INPUT_FILES_H #include "Config.h" -#include "InputSection.h" #include "Error.h" +#include "InputSection.h" #include "Symbols.h" #include "lld/Core/LLVM.h" @@ -34,7 +34,7 @@ struct DILineInfo; namespace lto { class InputFile; } -} +} // namespace llvm namespace lld { namespace elf { -- cgit v1.2.3