diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-11-14 09:58:17 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-11-14 09:58:17 +0000 |
commit | 9d5c9fb05b4f05d803a437cba18581d562793f43 (patch) | |
tree | 204b7c53c338b95175cca066bf116047b0b2f330 /includes/Cmm.h | |
parent | fa4e32f81bcfbba98ba7e9d5cb96a74b75b052da (diff) | |
download | haskell-9d5c9fb05b4f05d803a437cba18581d562793f43.tar.gz |
refactor: move unlockClosure() into SMPClosureOps() where it should be
Diffstat (limited to 'includes/Cmm.h')
-rw-r--r-- | includes/Cmm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Cmm.h b/includes/Cmm.h index 9915830451..c0b2fe991a 100644 --- a/includes/Cmm.h +++ b/includes/Cmm.h @@ -301,7 +301,7 @@ #include "ClosureTypes.h" #include "StgFun.h" #include "OSThreads.h" -#include "SMP.h" +#include "SMPClosureOps.h" /* * Need MachRegs, because some of the RTS code is conditionally |