X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FWeak.c;h=e97ff57e9a7806b7d71ef912800eec9578685392;hp=a83cef995f64ece71523fa61e3593c622532445d;hb=8604da0136707cc14845d14a88c2272fe576b6d0;hpb=5a2769f0273dd389977e8283375e7920d183bdd4 diff --git a/rts/Weak.c b/rts/Weak.c index a83cef9..e97ff57 100644 --- a/rts/Weak.c +++ b/rts/Weak.c @@ -7,13 +7,11 @@ * ---------------------------------------------------------------------------*/ #include "PosixSource.h" -#define COMPILING_RTS_MAIN #include "Rts.h" #include "RtsUtils.h" #include "SchedAPI.h" #include "RtsFlags.h" #include "Weak.h" -#include "Storage.h" #include "Schedule.h" #include "Prelude.h" #include "RtsAPI.h"