summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2019-09-13 22:19:54 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-25 17:53:42 (GMT)
commit4540bbe2811e860f35de6e67ab2f0040592fd3a5 (patch)
tree75b54e9d4e541916080f86c02431d70c626f7c22
parent2970dc7ab95f7daa793112c6a4a682263561761c (diff)
downloadghc-4540bbe2811e860f35de6e67ab2f0040592fd3a5.zip
ghc-4540bbe2811e860f35de6e67ab2f0040592fd3a5.tar.gz
ghc-4540bbe2811e860f35de6e67ab2f0040592fd3a5.tar.bz2
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.
-rw-r--r--includes/CodeGen.Platform.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/CodeGen.Platform.hs b/includes/CodeGen.Platform.hs
index 27a9324..99d774b 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)