diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-11-19 23:18:43 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-11-19 23:18:43 +0000 |
| commit | 8f475567966a5782afbbe84e7b88b8502e495026 (patch) | |
| tree | 4ecf0889687bbd0186aaf87653d27b389d697991 /lld/ELF/OutputSections.cpp | |
| parent | e2dfbc17c8ead0700f4a68c53e916f786ceebafa (diff) | |
| download | bcm5719-llvm-8f475567966a5782afbbe84e7b88b8502e495026.tar.gz bcm5719-llvm-8f475567966a5782afbbe84e7b88b8502e495026.zip | |
Remove unused #include.
llvm-svn: 287467
Diffstat (limited to 'lld/ELF/OutputSections.cpp')
| -rw-r--r-- | lld/ELF/OutputSections.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/OutputSections.cpp b/lld/ELF/OutputSections.cpp index f94040d7e99..e4bc68db25a 100644 --- a/lld/ELF/OutputSections.cpp +++ b/lld/ELF/OutputSections.cpp @@ -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" |

