[ELF] Symbols.h: remove #include "InputFiles.h"

This commit is contained in:
Fangrui Song 2022-02-23 21:36:45 -08:00
parent 8ca46bba23
commit 9f9ac3464e
2 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,7 @@ namespace lld {
namespace elf {
class InputFile;
class SharedFile;
// SymbolTable is a bucket of all known symbols, including defined,
// undefined, or lazy symbols (the last one is symbols in archive

View File

@ -14,7 +14,6 @@
#define LLD_ELF_SYMBOLS_H
#include "Config.h"
#include "InputFiles.h"
#include "lld/Common/LLVM.h"
#include "lld/Common/Memory.h"
#include "llvm/ADT/DenseMap.h"