From: Rui Ueyama Date: Sun, 13 Mar 2016 20:28:29 +0000 (+0000) Subject: Remove unused #include. X-Git-Tag: llvmorg-3.9.0-rc1~11826 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0752a5b25da926cbe95529f84bc8640a60a3d09;p=platform%2Fupstream%2Fllvm.git Remove unused #include. llvm-svn: 263390 --- diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 4a7b3f6..5004c25 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 - namespace lld { namespace elf {