summaryrefslogtreecommitdiff
path: root/compiler/utils/Binary.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/utils/Binary.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/utils/Binary.hs')
-rw-r--r--compiler/utils/Binary.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/utils/Binary.hs b/compiler/utils/Binary.hs
index 164549fe58..503dd31690 100644
--- a/compiler/utils/Binary.hs
+++ b/compiler/utils/Binary.hs
@@ -64,9 +64,6 @@ module Binary
#include "HsVersions.h"
--- The *host* architecture version:
-#include "../includes/MachDeps.h"
-
import GhcPrelude
import {-# SOURCE #-} Name (Name)