diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2019-09-13 18:19:54 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-25 13:53:42 -0400 |
commit | 4540bbe2811e860f35de6e67ab2f0040592fd3a5 (patch) | |
tree | 75b54e9d4e541916080f86c02431d70c626f7c22 /includes | |
parent | 2970dc7ab95f7daa793112c6a4a682263561761c (diff) | |
download | haskell-4540bbe2811e860f35de6e67ab2f0040592fd3a5.tar.gz |
includes/CodeGen.Platform.hs don't include ghcautoconf.h
It doesn't need it, and it shouldn't need it or else multi-target will
break.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/CodeGen.Platform.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/CodeGen.Platform.hs b/includes/CodeGen.Platform.hs index 27a9324438..99d774b02c 100644 --- a/includes/CodeGen.Platform.hs +++ b/includes/CodeGen.Platform.hs @@ -6,7 +6,6 @@ import PlainPanic #endif import Reg -#include "ghcautoconf.h" #include "stg/MachRegs.h" #if defined(MACHREGS_i386) || defined(MACHREGS_x86_64) |