summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/X86
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/CmmToAsm/X86')
-rw-r--r--compiler/GHC/CmmToAsm/X86/CodeGen.hs2
-rw-r--r--compiler/GHC/CmmToAsm/X86/Instr.hs2
-rw-r--r--compiler/GHC/CmmToAsm/X86/Ppr.hs2
-rw-r--r--compiler/GHC/CmmToAsm/X86/RegInfo.hs2
-rw-r--r--compiler/GHC/CmmToAsm/X86/Regs.hs2
5 files changed, 0 insertions, 10 deletions
diff --git a/compiler/GHC/CmmToAsm/X86/CodeGen.hs b/compiler/GHC/CmmToAsm/X86/CodeGen.hs
index 210bea0af2..11c0564b5d 100644
--- a/compiler/GHC/CmmToAsm/X86/CodeGen.hs
+++ b/compiler/GHC/CmmToAsm/X86/CodeGen.hs
@@ -28,8 +28,6 @@ module GHC.CmmToAsm.X86.CodeGen (
where
-#include "HsVersions.h"
-
-- NCG stuff:
import GHC.Prelude
diff --git a/compiler/GHC/CmmToAsm/X86/Instr.hs b/compiler/GHC/CmmToAsm/X86/Instr.hs
index da6ca0a662..5488079e3f 100644
--- a/compiler/GHC/CmmToAsm/X86/Instr.hs
+++ b/compiler/GHC/CmmToAsm/X86/Instr.hs
@@ -37,8 +37,6 @@ module GHC.CmmToAsm.X86.Instr
)
where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.CmmToAsm.X86.Cond
diff --git a/compiler/GHC/CmmToAsm/X86/Ppr.hs b/compiler/GHC/CmmToAsm/X86/Ppr.hs
index a03a0bd82f..00ace38516 100644
--- a/compiler/GHC/CmmToAsm/X86/Ppr.hs
+++ b/compiler/GHC/CmmToAsm/X86/Ppr.hs
@@ -20,8 +20,6 @@ module GHC.CmmToAsm.X86.Ppr (
where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Platform
diff --git a/compiler/GHC/CmmToAsm/X86/RegInfo.hs b/compiler/GHC/CmmToAsm/X86/RegInfo.hs
index 0b5071ab97..69d64f67e7 100644
--- a/compiler/GHC/CmmToAsm/X86/RegInfo.hs
+++ b/compiler/GHC/CmmToAsm/X86/RegInfo.hs
@@ -6,8 +6,6 @@ module GHC.CmmToAsm.X86.RegInfo (
where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.CmmToAsm.Format
diff --git a/compiler/GHC/CmmToAsm/X86/Regs.hs b/compiler/GHC/CmmToAsm/X86/Regs.hs
index a815ad0450..c2462e9397 100644
--- a/compiler/GHC/CmmToAsm/X86/Regs.hs
+++ b/compiler/GHC/CmmToAsm/X86/Regs.hs
@@ -47,8 +47,6 @@ module GHC.CmmToAsm.X86.Regs (
where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Platform.Regs