summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeInstr.hs
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-09-10 00:15:48 -0400
committerJohn Ericson <git@JohnEricson.me>2019-10-05 00:11:58 -0400
commitee8118caf12526456c619e17cbc0f729c6cd2391 (patch)
tree01c437c7e588987f35494e24c98aaa9260251f03 /compiler/ghci/ByteCodeInstr.hs
parent8039b6257ce5288e9e38c2593ff2d5d6d316efd4 (diff)
downloadhaskell-ee8118caf12526456c619e17cbc0f729c6cd2391.tar.gz
Clean up `#include`s in the compiler
- Remove unneeded ones - Use <..> for inter-package. Besides general clean up, helps distinguish between the RTS we link against vs the RTS we compile for.
Diffstat (limited to 'compiler/ghci/ByteCodeInstr.hs')
-rw-r--r--compiler/ghci/ByteCodeInstr.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeInstr.hs b/compiler/ghci/ByteCodeInstr.hs
index 4347aa3867..c386ece52a 100644
--- a/compiler/ghci/ByteCodeInstr.hs
+++ b/compiler/ghci/ByteCodeInstr.hs
@@ -10,7 +10,6 @@ module ByteCodeInstr (
) where
#include "HsVersions.h"
-#include "../includes/MachDeps.h"
import GhcPrelude