Skip to content

Commit

Permalink
[ELF] Symbols.h: remove #include "InputFiles.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Feb 24, 2022
1 parent 8ca46bb commit 9f9ac34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lld/ELF/SymbolTable.h
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion lld/ELF/Symbols.h
Expand Up @@ -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"
Expand Down

0 comments on commit 9f9ac34

Please sign in to comment.