summaryrefslogtreecommitdiff
path: root/rts/Interpreter.c
diff options
context:
space:
mode:
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 94a0286167..62fe50530e 100644
--- a/rts/Interpreter.c
+++ b/rts/Interpreter.c
@@ -10,9 +10,9 @@
#include "RtsUtils.h"
#include "Closures.h"
#include "TSO.h"
+#include "Storage.h"
#include "Schedule.h"
#include "RtsFlags.h"
-#include "Storage.h"
#include "LdvProfile.h"
#include "Updates.h"
#include "Sanity.h"