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/Interpreter.c | |
parent | 51741bdea146fbc65ad3509c8f97a5ebff1433de (diff) | |
download | haskell-f6013eedb4dea47afac8167dfa08561ae90454db.tar.gz |
Refactoring only
Diffstat (limited to 'rts/Interpreter.c')
-rw-r--r-- | rts/Interpreter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Interpreter.c b/rts/Interpreter.c index b95d5a9030..d1b11aea53 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -11,10 +11,10 @@ // internal headers #include "sm/Storage.h" +#include "sm/Sanity.h" #include "RtsUtils.h" #include "Schedule.h" #include "Updates.h" -#include "Sanity.h" #include "Prelude.h" #include "Stable.h" #include "Printer.h" |