diff options
Diffstat (limited to 'compiler/GHC/ByteCode/Asm.hs')
-rw-r--r-- | compiler/GHC/ByteCode/Asm.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/ByteCode/Asm.hs b/compiler/GHC/ByteCode/Asm.hs index 542a6b3635..24b055fe6c 100644 --- a/compiler/GHC/ByteCode/Asm.hs +++ b/compiler/GHC/ByteCode/Asm.hs @@ -15,8 +15,6 @@ module GHC.ByteCode.Asm ( mkTupleInfoLit ) where -#include "HsVersions.h" - import GHC.Prelude import GHC.ByteCode.Instr |