diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-12-02 12:38:06 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-12-02 12:38:06 +0000 |
commit | f6013eedb4dea47afac8167dfa08561ae90454db (patch) | |
tree | 31c1b07b14e86f60b2af3187f9ce0ec2ed3e0ca1 /rts/RetainerProfile.c | |
parent | 51741bdea146fbc65ad3509c8f97a5ebff1433de (diff) | |
download | haskell-f6013eedb4dea47afac8167dfa08561ae90454db.tar.gz |
Refactoring only
Diffstat (limited to 'rts/RetainerProfile.c')
-rw-r--r-- | rts/RetainerProfile.c | 2 |
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" |