From: Simon Marlow Date: Wed, 5 Aug 2009 09:25:37 +0000 (+0000) Subject: #include fix X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a53ccca7894727fcf6de21b5c7b0ea2f7eaec569 #include fix --- 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())