summaryrefslogtreecommitdiff
path: root/rts/RetainerProfile.c
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-12-02 12:38:06 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-12-02 12:38:06 +0000
commitf6013eedb4dea47afac8167dfa08561ae90454db (patch)
tree31c1b07b14e86f60b2af3187f9ce0ec2ed3e0ca1 /rts/RetainerProfile.c
parent51741bdea146fbc65ad3509c8f97a5ebff1433de (diff)
downloadhaskell-f6013eedb4dea47afac8167dfa08561ae90454db.tar.gz
Refactoring only
Diffstat (limited to 'rts/RetainerProfile.c')
-rw-r--r--rts/RetainerProfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c
index fdddd8da5d..4fca19cf2f 100644
--- a/rts/RetainerProfile.c
+++ b/rts/RetainerProfile.c
@@ -25,7 +25,7 @@
#include "Schedule.h"
#include "Printer.h"
#include "Weak.h"
-#include "Sanity.h"
+#include "sm/Sanity.h"
#include "Profiling.h"
#include "Stats.h"
#include "ProfHeap.h"