Skip to content

Commit 9f9ac34

Browse files
committed
[ELF] Symbols.h: remove #include "InputFiles.h"
1 parent 8ca46bb commit 9f9ac34

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lld/ELF/SymbolTable.h

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace lld {
1717
namespace elf {
1818

1919
class InputFile;
20+
class SharedFile;
2021

2122
// SymbolTable is a bucket of all known symbols, including defined,
2223
// undefined, or lazy symbols (the last one is symbols in archive

lld/ELF/Symbols.h

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#define LLD_ELF_SYMBOLS_H
1515

1616
#include "Config.h"
17-
#include "InputFiles.h"
1817
#include "lld/Common/LLVM.h"
1918
#include "lld/Common/Memory.h"
2019
#include "llvm/ADT/DenseMap.h"

0 commit comments

Comments
 (0)