X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FHCIncludes.h;h=e74114bcc37bf640aab380d354402763560140f7;hp=06cc61a8a50955117f6dfaa76aca8c044cb8de56;hb=ab0e778ccfde61aed4c22679b24d175fc6cc9bf3;hpb=2246c514eade324d70058ba3135dc0c51ee9353b diff --git a/rts/HCIncludes.h b/rts/HCIncludes.h index 06cc61a..e74114b 100644 --- a/rts/HCIncludes.h +++ b/rts/HCIncludes.h @@ -3,11 +3,11 @@ #include "RtsFlags.h" #include "RtsUtils.h" #include "StgRun.h" +#include "Storage.h" #include "Schedule.h" #include "Printer.h" #include "Sanity.h" #include "STM.h" -#include "Storage.h" #include "SchedAPI.h" #include "Timer.h" #include "ProfHeap.h" @@ -20,3 +20,4 @@ #include "ThreadLabels.h" #include "Threads.h" #include "Prelude.h" +#include "Stable.h"