[lld] r287467 - Remove unused #include.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 19 15:18:43 PST 2016


Author: ruiu
Date: Sat Nov 19 17:18:43 2016
New Revision: 287467

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

Modified:
    lld/trunk/ELF/OutputSections.cpp
    lld/trunk/ELF/SymbolTable.cpp

Modified: lld/trunk/ELF/OutputSections.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.cpp?rev=287467&r1=287466&r2=287467&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.cpp (original)
+++ lld/trunk/ELF/OutputSections.cpp Sat Nov 19 17:18:43 2016
@@ -14,7 +14,6 @@
 #include "LinkerScript.h"
 #include "Memory.h"
 #include "Strings.h"
-#include "SymbolListFile.h"
 #include "SymbolTable.h"
 #include "SyntheticSections.h"
 #include "Target.h"

Modified: lld/trunk/ELF/SymbolTable.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SymbolTable.cpp?rev=287467&r1=287466&r2=287467&view=diff
==============================================================================
--- lld/trunk/ELF/SymbolTable.cpp (original)
+++ lld/trunk/ELF/SymbolTable.cpp Sat Nov 19 17:18:43 2016
@@ -19,7 +19,6 @@
 #include "Error.h"
 #include "LinkerScript.h"
 #include "Memory.h"
-#include "SymbolListFile.h"
 #include "Symbols.h"
 #include "llvm/ADT/STLExtras.h"
 




More information about the llvm-commits mailing list