X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsMain.c;h=b6cf546aea88b87a6fa22c52b271583f0865d80e;hb=d8334d807812e40f67770ffc37608c0ce66f96b2;hp=438110a1797d678b2ccd07507b21f0b40ecdd97f;hpb=dd56e9ab4544e83d27532a8d9058140bfe81825c;p=ghc-hetmet.git diff --git a/rts/RtsMain.c b/rts/RtsMain.c index 438110a..b6cf546 100644 --- a/rts/RtsMain.c +++ b/rts/RtsMain.c @@ -11,8 +11,7 @@ #include "PosixSource.h" #include "Rts.h" #include "RtsAPI.h" -#include "SchedAPI.h" -#include "RtsFlags.h" + #include "RtsUtils.h" #include "RtsMain.h" #include "Prelude.h" @@ -20,7 +19,6 @@ #if defined(mingw32_HOST_OS) #include "win32/seh_excn.h" #endif -#include #ifdef DEBUG # include "Printer.h" /* for printing */