summaryrefslogtreecommitdiff
path: root/compiler/cmm/Cmm.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/Cmm.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/Cmm.hs')
-rw-r--r--compiler/cmm/Cmm.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/cmm/Cmm.hs b/compiler/cmm/Cmm.hs
index c9ecda8a06..9f832731b1 100644
--- a/compiler/cmm/Cmm.hs
+++ b/compiler/cmm/Cmm.hs
@@ -41,8 +41,6 @@ import Outputable
import Data.Word ( Word8 )
-#include "HsVersions.h"
-
-----------------------------------------------------------------------------
-- Cmm, GenCmm
-----------------------------------------------------------------------------