diff options
Diffstat (limited to 'lld/ELF/LinkerScript.h')
-rw-r--r-- | lld/ELF/LinkerScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h index b31616c9c26..f08bd0762b5 100644 --- a/lld/ELF/LinkerScript.h +++ b/lld/ELF/LinkerScript.h @@ -20,12 +20,12 @@ namespace lld { namespace elf { +class DefinedCommon; class ScriptParser; class SymbolBody; template <class ELFT> class InputSectionBase; template <class ELFT> class OutputSectionBase; template <class ELFT> class OutputSectionFactory; -template <class ELFT> class DefinedCommon; template <class ELFT> class LayoutInputSection; typedef std::function<uint64_t(uint64_t)> Expr; |