summaryrefslogtreecommitdiff
path: root/rts/Interpreter.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/Interpreter.c
parent51741bdea146fbc65ad3509c8f97a5ebff1433de (diff)
downloadhaskell-f6013eedb4dea47afac8167dfa08561ae90454db.tar.gz
Refactoring only
Diffstat (limited to 'rts/Interpreter.c')
-rw-r--r--rts/Interpreter.c2
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"