aboutsummaryrefslogtreecommitdiff
path: root/ELF/MapFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ELF/MapFile.h')
-rw-r--r--ELF/MapFile.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ELF/MapFile.h b/ELF/MapFile.h
index 460848ff24d3..2d93e26d4cf8 100644
--- a/ELF/MapFile.h
+++ b/ELF/MapFile.h
@@ -10,13 +10,9 @@
#ifndef LLD_ELF_MAPFILE_H
#define LLD_ELF_MAPFILE_H
-#include <llvm/ADT/ArrayRef.h>
-
namespace lld {
namespace elf {
-struct OutputSectionCommand;
-template <class ELFT>
-void writeMapFile(llvm::ArrayRef<OutputSectionCommand *> Script);
+void writeMapFile();
} // namespace elf
} // namespace lld