diff options
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 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" |