diff options
author | Michal Terepeta <michal.terepeta@gmail.com> | 2018-02-06 13:26:29 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-02-06 14:21:16 -0500 |
commit | 7ad72eb39d1becc9fdbc99d4969f5b9b182ddf93 (patch) | |
tree | 18d7d8c58f8a6194602ddb8c178fccc268da6927 /compiler/cmm/CmmMachOp.hs | |
parent | d2511e3b61563ed3fc2c9aec2c90a4156373a24c (diff) | |
download | haskell-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.hs | 4 |
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 |