diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-11-19 16:57:53 +0000 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2023-01-26 18:39:37 -0500 |
commit | 893f7a947ad5f6e7a8be1693a04849a537e4d0a8 (patch) | |
tree | e5eed78574caaf50bc938cda4803a6d0debd4c80 /rts/Capability.h | |
parent | 5640cb1d84d3cce4ce0a9e90d29b2b20d2b38c2f (diff) | |
download | haskell-wip/no-sm-spinlock.tar.gz |
rts: Drop SM spinlockwip/no-sm-spinlock
Diffstat (limited to 'rts/Capability.h')
-rw-r--r-- | rts/Capability.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/Capability.h b/rts/Capability.h index 2910c3faf0..597b25b37a 100644 --- a/rts/Capability.h +++ b/rts/Capability.h @@ -20,10 +20,10 @@ #pragma once -#include "sm/GC.h" // for evac_fn #include "Task.h" #include "Sparks.h" -#include "sm/NonMovingMark.h" // for MarkQueue +#include "sm/GC.h" // for evac_fn +#include "sm/NonMovingMark.h" // for UpdRemSet #include "IOManager.h" // for CapIOManager #include "BeginPrivate.h" |