diff options
author | John Ericson <git@JohnEricson.me> | 2019-09-10 00:15:48 -0400 |
---|---|---|
committer | John Ericson <git@JohnEricson.me> | 2019-10-05 00:11:58 -0400 |
commit | ee8118caf12526456c619e17cbc0f729c6cd2391 (patch) | |
tree | 01c437c7e588987f35494e24c98aaa9260251f03 /compiler/utils | |
parent | 8039b6257ce5288e9e38c2593ff2d5d6d316efd4 (diff) | |
download | haskell-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')
-rw-r--r-- | compiler/utils/Binary.hs | 3 |
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) |