summaryrefslogtreecommitdiff
path: root/rts/ProfHeap.c
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-11-15 10:41:11 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-11-15 10:41:11 +0000
commit1cb0eb071f1316d6650f354166506789a2638720 (patch)
tree87e6aa08b4bb76f3f3e11768db7aebdbcba60636 /rts/ProfHeap.c
parent5c42da2ef1a50fc0c47d229743f96f9f6c0dace3 (diff)
downloadhaskell-1cb0eb071f1316d6650f354166506789a2638720.tar.gz
remove unused includes, now that Storage.h & Stable.h are included by Rts.h
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r--rts/ProfHeap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c
index 1878d9009f..4aecd0b5b3 100644
--- a/rts/ProfHeap.c
+++ b/rts/ProfHeap.c
@@ -19,7 +19,6 @@
#include "RtsUtils.h"
#include "RtsFlags.h"
#include "Profiling.h"
-#include "Storage.h"
#include "ProfHeap.h"
#include "Stats.h"
#include "Hash.h"