[commit: ghc] master: Remove redundant #includes (f1e3729)
Ian Lynagh
igloo at earth.li
Wed Sep 19 19:18:55 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f1e37297cf8703ac3d9b2c3e2988c5fe45a3e2e7
>---------------------------------------------------------------
commit f1e37297cf8703ac3d9b2c3e2988c5fe45a3e2e7
Author: Ian Lynagh <ian at well-typed.com>
Date: Wed Sep 19 00:45:41 2012 +0100
Remove redundant #includes
>---------------------------------------------------------------
compiler/codeGen/CgProf.hs | 2 --
compiler/codeGen/StgCmmProf.hs | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/compiler/codeGen/CgProf.hs b/compiler/codeGen/CgProf.hs
index b21ae26..5537e57 100644
--- a/compiler/codeGen/CgProf.hs
+++ b/compiler/codeGen/CgProf.hs
@@ -23,8 +23,6 @@ module CgProf (
) where
#include "HsVersions.h"
-#include "../includes/MachDeps.h"
- -- For WORD_SIZE_IN_BITS only.
#include "../includes/dist-derivedconstants/header/DerivedConstants.h"
-- For REP_xxx constants, which are MachReps
diff --git a/compiler/codeGen/StgCmmProf.hs b/compiler/codeGen/StgCmmProf.hs
index 56c182d..ba65a55 100644
--- a/compiler/codeGen/StgCmmProf.hs
+++ b/compiler/codeGen/StgCmmProf.hs
@@ -31,8 +31,6 @@ module StgCmmProf (
) where
#include "HsVersions.h"
-#include "../includes/MachDeps.h"
- -- For WORD_SIZE_IN_BITS only.
#include "../includes/dist-derivedconstants/header/DerivedConstants.h"
-- For REP_xxx constants, which are MachReps
More information about the Cvs-ghc
mailing list