summaryrefslogtreecommitdiff
path: root/rts/linker/elf_plt.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/linker/elf_plt.h')
-rw-r--r--rts/linker/elf_plt.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/rts/linker/elf_plt.h b/rts/linker/elf_plt.h
index 0d99c7e462..081420476f 100644
--- a/rts/linker/elf_plt.h
+++ b/rts/linker/elf_plt.h
@@ -1,13 +1,12 @@
#pragma once
-#if defined(arm_HOST_ARCH) || defined(aarch64_HOST_ARCH)
-
-#include "ghcplatform.h"
#include <LinkerInternals.h>
#include "elf_plt_arm.h"
#include "elf_plt_aarch64.h"
+#if defined(arm_HOST_ARCH) || defined(aarch64_HOST_ARCH)
+
#if defined(OBJFORMAT_ELF)
#if defined(__x86_64__)