diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-11-15 10:41:11 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-11-15 10:41:11 +0000 |
commit | 1cb0eb071f1316d6650f354166506789a2638720 (patch) | |
tree | 87e6aa08b4bb76f3f3e11768db7aebdbcba60636 /rts/HsFFI.c | |
parent | 5c42da2ef1a50fc0c47d229743f96f9f6c0dace3 (diff) | |
download | haskell-1cb0eb071f1316d6650f354166506789a2638720.tar.gz |
remove unused includes, now that Storage.h & Stable.h are included by Rts.h
Diffstat (limited to 'rts/HsFFI.c')
-rw-r--r-- | rts/HsFFI.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/HsFFI.c b/rts/HsFFI.c index d59c7a40a3..350bcfbdec 100644 --- a/rts/HsFFI.c +++ b/rts/HsFFI.c @@ -8,8 +8,6 @@ #include "HsFFI.h" #include "Rts.h" -#include "Storage.h" -#include "Stable.h" // hs_init and hs_exit are defined in RtsStartup.c |