summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/StgToCmm/Types.hs')
-rw-r--r--compiler/GHC/StgToCmm/Types.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/StgToCmm/Types.hs b/compiler/GHC/StgToCmm/Types.hs
index 2788a4a7cc..5428430093 100644
--- a/compiler/GHC/StgToCmm/Types.hs
+++ b/compiler/GHC/StgToCmm/Types.hs
@@ -10,8 +10,6 @@ module GHC.StgToCmm.Types
, WordOff
) where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Types.Basic