summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/PPC
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/CmmToAsm/PPC')
-rw-r--r--compiler/GHC/CmmToAsm/PPC/CodeGen.hs2
-rw-r--r--compiler/GHC/CmmToAsm/PPC/Instr.hs2
-rw-r--r--compiler/GHC/CmmToAsm/PPC/RegInfo.hs2
-rw-r--r--compiler/GHC/CmmToAsm/PPC/Regs.hs2
4 files changed, 0 insertions, 8 deletions
diff --git a/compiler/GHC/CmmToAsm/PPC/CodeGen.hs b/compiler/GHC/CmmToAsm/PPC/CodeGen.hs
index 7e2daf76f8..520dd3445a 100644
--- a/compiler/GHC/CmmToAsm/PPC/CodeGen.hs
+++ b/compiler/GHC/CmmToAsm/PPC/CodeGen.hs
@@ -21,8 +21,6 @@ module GHC.CmmToAsm.PPC.CodeGen (
where
-#include "HsVersions.h"
-
-- NCG stuff:
import GHC.Prelude
diff --git a/compiler/GHC/CmmToAsm/PPC/Instr.hs b/compiler/GHC/CmmToAsm/PPC/Instr.hs
index 46c5afb04c..26155ac022 100644
--- a/compiler/GHC/CmmToAsm/PPC/Instr.hs
+++ b/compiler/GHC/CmmToAsm/PPC/Instr.hs
@@ -10,8 +10,6 @@
--
-----------------------------------------------------------------------------
-#include "HsVersions.h"
-
module GHC.CmmToAsm.PPC.Instr
( Instr(..)
, RI(..)
diff --git a/compiler/GHC/CmmToAsm/PPC/RegInfo.hs b/compiler/GHC/CmmToAsm/PPC/RegInfo.hs
index 0e0f1e464d..e2ddf97323 100644
--- a/compiler/GHC/CmmToAsm/PPC/RegInfo.hs
+++ b/compiler/GHC/CmmToAsm/PPC/RegInfo.hs
@@ -17,8 +17,6 @@ module GHC.CmmToAsm.PPC.RegInfo (
where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.CmmToAsm.PPC.Instr
diff --git a/compiler/GHC/CmmToAsm/PPC/Regs.hs b/compiler/GHC/CmmToAsm/PPC/Regs.hs
index 3068be7ac5..2d5ae527cc 100644
--- a/compiler/GHC/CmmToAsm/PPC/Regs.hs
+++ b/compiler/GHC/CmmToAsm/PPC/Regs.hs
@@ -48,8 +48,6 @@ module GHC.CmmToAsm.PPC.Regs (
where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Platform.Reg