X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2Fwin32%2FConsoleHandler.c;h=afaa4245b83740191c37685add7ab12d94d49e69;hp=12ab45dad5152e656c6ee8d23742ee5d3f26e44f;hb=1cb0eb071f1316d6650f354166506789a2638720;hpb=e0171e5a1b7112fda291d4472786df198cb4ed53 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);