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/HsVersions.h | |
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/HsVersions.h')
-rw-r--r-- | compiler/HsVersions.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h index daeec9dd3d..d488a0f0c5 100644 --- a/compiler/HsVersions.h +++ b/compiler/HsVersions.h @@ -9,11 +9,6 @@ you will screw up the layout where they are used in case expressions! #endif -/* Pull in the autoconf defines (HAVE_FOO), and all the platform defines - * for this build (foo_HOST_ARCH etc.) - */ -#include "ghcconfig.h" - #define GLOBAL_VAR(name,value,ty) \ {-# NOINLINE name #-}; \ name :: IORef (ty); \ |