diff options
author | Ben Gamari <ben@smart-cactus.org> | 2023-02-08 20:44:10 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-03-08 15:02:31 -0500 |
commit | 487a8b580581e8f9b40974cf0e0a4e93f95e8665 (patch) | |
tree | 39e45c5ddb7c1804b9502f9ae2438792793f58f1 /rts/sm/Storage.c | |
parent | 581e58ac80f98a9f5292ad13a9a984c2f5a1de21 (diff) | |
download | haskell-487a8b580581e8f9b40974cf0e0a4e93f95e8665.tar.gz |
nonmoving: Move allocator into new source file
Diffstat (limited to 'rts/sm/Storage.c')
-rw-r--r-- | rts/sm/Storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/Storage.c b/rts/sm/Storage.c index 9605d0a764..e10cbd1b9d 100644 --- a/rts/sm/Storage.c +++ b/rts/sm/Storage.c @@ -41,7 +41,7 @@ #include "Trace.h" #include "GC.h" #include "Evac.h" -#include "NonMoving.h" +#include "NonMovingAllocate.h" #if defined(ios_HOST_OS) || defined(darwin_HOST_OS) #include "Hash.h" #endif |