From ee8118caf12526456c619e17cbc0f729c6cd2391 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 10 Sep 2019 00:15:48 -0400 Subject: 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. --- compiler/cbits/genSym.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/cbits') 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 -#include "Rts.h" +#include #include "Unique.h" static HsInt GenSymCounter = 0; -- cgit v1.2.1