X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fwin32%2FConsoleHandler.c;h=afaa4245b83740191c37685add7ab12d94d49e69;hb=36d207aa8c9cedbf58e739178971292048bd41d0;hp=12ab45dad5152e656c6ee8d23742ee5d3f26e44f;hpb=e0171e5a1b7112fda291d4472786df198cb4ed53;p=ghc-hetmet.git diff --git a/rts/win32/ConsoleHandler.c b/rts/win32/ConsoleHandler.c index 12ab45d..afaa424 100644 --- a/rts/win32/ConsoleHandler.c +++ b/rts/win32/ConsoleHandler.c @@ -3,7 +3,6 @@ * */ #include "Rts.h" -#include "Storage.h" #include #include "ConsoleHandler.h" #include "SchedAPI.h" @@ -11,7 +10,6 @@ #include "RtsUtils.h" #include "RtsFlags.h" #include "AsyncIO.h" -#include "Stable.h" #include "RtsSignals.h" extern int stg_InstallConsoleEvent(int action, StgStablePtr *handler);