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/Adjustor.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/Adjustor.c')
-rw-r--r-- | rts/Adjustor.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/Adjustor.c b/rts/Adjustor.c index 8c950f79b4..813fcfed56 100644 --- a/rts/Adjustor.c +++ b/rts/Adjustor.c @@ -40,8 +40,6 @@ Haskell side. #include "Rts.h" #include "RtsExternal.h" #include "RtsUtils.h" -#include "Storage.h" -#include "Stable.h" #include <stdlib.h> #if defined(_WIN32) @@ -115,7 +113,6 @@ extern void obscure_ccall_ret_code(void); #endif #if defined(ia64_HOST_ARCH) -#include "Storage.h" /* Layout of a function descriptor */ typedef struct _IA64FunDesc { |