diff options
author | John Ericson <git@JohnEricson.me> | 2019-09-10 00:28:33 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-13 11:26:43 -0400 |
commit | a0e220b77957738b9966a099b5616017ab7b05b6 (patch) | |
tree | bbf79fad350c2cee83c1b911f51134d5acf5f007 /compiler/nativeGen/X86/Regs.hs | |
parent | c45c89d634d227476c5ef95f9ce9c4f3c8172d19 (diff) | |
download | haskell-a0e220b77957738b9966a099b5616017ab7b05b6.tar.gz |
Remove empty NCG.h
Diffstat (limited to 'compiler/nativeGen/X86/Regs.hs')
-rw-r--r-- | compiler/nativeGen/X86/Regs.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/nativeGen/X86/Regs.hs b/compiler/nativeGen/X86/Regs.hs index 6d21545563..24cdff89af 100644 --- a/compiler/nativeGen/X86/Regs.hs +++ b/compiler/nativeGen/X86/Regs.hs @@ -47,7 +47,6 @@ module X86.Regs ( where -#include "nativeGen/NCG.h" #include "HsVersions.h" import GhcPrelude |