summaryrefslogtreecommitdiff
path: root/compiler/GHC/Stg/Stats.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Stg/Stats.hs')
-rw-r--r--compiler/GHC/Stg/Stats.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Stg/Stats.hs b/compiler/GHC/Stg/Stats.hs
index debe53201f..485ddbf055 100644
--- a/compiler/GHC/Stg/Stats.hs
+++ b/compiler/GHC/Stg/Stats.hs
@@ -25,8 +25,6 @@ The program gather statistics about
module GHC.Stg.Stats ( showStgStats ) where
-#include "HsVersions.h"
-
import GHC.Prelude
import GHC.Stg.Syntax