[lld] r263390 - Remove unused #include.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 13 13:28:29 PDT 2016


Author: ruiu
Date: Sun Mar 13 15:28:29 2016
New Revision: 263390

URL: http://llvm.org/viewvc/llvm-project?rev=263390&view=rev
Log:
Remove unused #include.

Modified:
    lld/trunk/ELF/OutputSections.h

Modified: lld/trunk/ELF/OutputSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.h?rev=263390&r1=263389&r2=263390&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.h (original)
+++ lld/trunk/ELF/OutputSections.h Sun Mar 13 15:28:29 2016
@@ -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 {
 




More information about the llvm-commits mailing list