summaryrefslogtreecommitdiff
path: root/compiler/cbits
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/cbits
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/cbits')
-rw-r--r--compiler/cbits/genSym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cbits/genSym.c b/compiler/cbits/genSym.c
index 6943ab15d6..769c09358c 100644
--- a/compiler/cbits/genSym.c
+++ b/compiler/cbits/genSym.c
@@ -1,5 +1,5 @@
#include <assert.h>
-#include "Rts.h"
+#include <Rts.h>
#include "Unique.h"
static HsInt GenSymCounter = 0;