[commit: ghc] master: Revert "Comment why the include is necessary" (54db6fa)
git at git.haskell.org
git at git.haskell.org
Sat Aug 30 09:53:12 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/54db6fa95ec97286ea20994b4a886320c72e3b9e/ghc
>---------------------------------------------------------------
commit 54db6fa95ec97286ea20994b4a886320c72e3b9e
Author: Gabor Greif <ggreif at gmail.com>
Date: Sat Aug 30 00:30:07 2014 +0200
Revert "Comment why the include is necessary"
This reverts commit 15df6d98afb8c3813013c5b97efffe0ba8020d32.
>---------------------------------------------------------------
54db6fa95ec97286ea20994b4a886320c72e3b9e
rts/Capability.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/Capability.c b/rts/Capability.c
index fda9f4f..542df32 100644
--- a/rts/Capability.c
+++ b/rts/Capability.c
@@ -26,7 +26,7 @@
#include "sm/GC.h" // for gcWorkerThread()
#include "STM.h"
#include "RtsUtils.h"
-#include "rts/IOManager.h" // for setIOManagerControlFd()
+#include "rts/IOManager.h"
#include <string.h>
More information about the ghc-commits
mailing list