From a53ccca7894727fcf6de21b5c7b0ea2f7eaec569 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 5 Aug 2009 09:25:37 +0000 Subject: [PATCH] #include fix --- compiler/ghci/keepCAFsForGHCi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/ghci/keepCAFsForGHCi.c b/compiler/ghci/keepCAFsForGHCi.c index 0aabbed..0a9c1b4 100644 --- a/compiler/ghci/keepCAFsForGHCi.c +++ b/compiler/ghci/keepCAFsForGHCi.c @@ -1,5 +1,4 @@ #include "Rts.h" -#include "Storage.h" // This file is only included when GhcBuildDylibs is set in mk/build.mk. // It contains an __attribute__((constructor)) function (run prior to main()) -- 1.7.10.4