diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-10-24 19:20:21 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-26 19:53:36 -0400 |
commit | 417f59d4140ef43714abf0307d2abd0742222db2 (patch) | |
tree | bd0fb7b8649e4df7993b1ebad563a88bd8f94a97 /rts/linker/elf_got.h | |
parent | 6057559683757aa6cc2b69dc81bb0027f5e61fc0 (diff) | |
download | haskell-417f59d4140ef43714abf0307d2abd0742222db2.tar.gz |
rts: Fix ARM linker includes
* Prefer #pragma once over guard macros
* Drop redundant #includes
* Fix order to ensure that necessary macros are defined when we
condition on them
Diffstat (limited to 'rts/linker/elf_got.h')
-rw-r--r-- | rts/linker/elf_got.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/linker/elf_got.h b/rts/linker/elf_got.h index 4653030ab3..811404c4cd 100644 --- a/rts/linker/elf_got.h +++ b/rts/linker/elf_got.h @@ -1,7 +1,6 @@ #pragma once #include "LinkerInternals.h" -#include "ghcplatform.h" #include <stdbool.h> #include <linker/ElfTypes.h> |