diff options
Diffstat (limited to 'compiler/GHC/Cmm/CLabel.hs')
-rw-r--r-- | compiler/GHC/Cmm/CLabel.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Cmm/CLabel.hs b/compiler/GHC/Cmm/CLabel.hs index 97c87cae67..ca1036afdd 100644 --- a/compiler/GHC/Cmm/CLabel.hs +++ b/compiler/GHC/Cmm/CLabel.hs @@ -132,8 +132,6 @@ module GHC.Cmm.CLabel ( foreignLabelStdcallInfo ) where -#include "HsVersions.h" - import GHC.Prelude import GHC.Types.Id.Info |