summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC
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/nativeGen/SPARC
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/nativeGen/SPARC')
-rw-r--r--compiler/nativeGen/SPARC/CodeGen.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/nativeGen/SPARC/CodeGen.hs b/compiler/nativeGen/SPARC/CodeGen.hs
index 7c862ff69c..e24180e535 100644
--- a/compiler/nativeGen/SPARC/CodeGen.hs
+++ b/compiler/nativeGen/SPARC/CodeGen.hs
@@ -18,7 +18,6 @@ module SPARC.CodeGen (
where
#include "HsVersions.h"
-#include "../includes/MachDeps.h"
-- NCG stuff:
import GhcPrelude