summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmMachOp.hs
diff options
context:
space:
mode:
authorMichal Terepeta <michal.terepeta@gmail.com>2018-02-06 13:26:29 -0500
committerBen Gamari <ben@smart-cactus.org>2018-02-06 14:21:16 -0500
commit7ad72eb39d1becc9fdbc99d4969f5b9b182ddf93 (patch)
tree18d7d8c58f8a6194602ddb8c178fccc268da6927 /compiler/cmm/CmmMachOp.hs
parentd2511e3b61563ed3fc2c9aec2c90a4156373a24c (diff)
downloadhaskell-7ad72eb39d1becc9fdbc99d4969f5b9b182ddf93.tar.gz
cmm: Remove unnecessary HsVersion.h includes
Test Plan: ./validate Reviewers: goldfire, bgamari, simonmar Reviewed By: bgamari Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4367
Diffstat (limited to 'compiler/cmm/CmmMachOp.hs')
-rw-r--r--compiler/cmm/CmmMachOp.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/cmm/CmmMachOp.hs b/compiler/cmm/CmmMachOp.hs
index 8ac4a6fa7b..9203911141 100644
--- a/compiler/cmm/CmmMachOp.hs
+++ b/compiler/cmm/CmmMachOp.hs
@@ -1,5 +1,3 @@
-{-# LANGUAGE CPP #-}
-
module CmmMachOp
( MachOp(..)
, pprMachOp, isCommutableMachOp, isAssociativeMachOp
@@ -28,8 +26,6 @@ module CmmMachOp
)
where
-#include "HsVersions.h"
-
import GhcPrelude
import CmmType