xo-gc xo-object2 xo-alloc2: templates for FOMO [WIP]

This commit is contained in:
Roland Conybeare 2025-12-24 19:39:11 -05:00
commit 1eea911890
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#pragma once #pragma once
#include <xo/alloc2/alloc/AAllocator.hpp> #include <xo/alloc2/alloc/AAllocator.hpp>
#include <xo/gc/AGCObject.hpp> #include <xo/gc/detail/AGCObject.hpp>
#include <xo/gc/detail/IGCObject_Xfer.hpp> #include <xo/gc/detail/IGCObject_Xfer.hpp>
#include "DFloat.hpp" #include "DFloat.hpp"

View file

@ -6,7 +6,7 @@
#pragma once #pragma once
#include "xo/alloc2/alloc/AAllocator.hpp" #include "xo/alloc2/alloc/AAllocator.hpp"
#include <xo/gc/AGCObject.hpp> #include <xo/gc/detail/AGCObject.hpp>
#include <xo/gc/detail/IGCObject_Xfer.hpp> #include <xo/gc/detail/IGCObject_Xfer.hpp>
#include "DInteger.hpp" #include "DInteger.hpp"

View file

@ -8,7 +8,7 @@
#include <xo/alloc2/alloc/AAllocator.hpp> #include <xo/alloc2/alloc/AAllocator.hpp>
#include <xo/alloc2/alloc/RAllocator.hpp> #include <xo/alloc2/alloc/RAllocator.hpp>
#include <xo/gc/Collector.hpp> #include <xo/gc/Collector.hpp>
#include <xo/gc/AGCObject.hpp> #include <xo/gc/detail/AGCObject.hpp>
#include <xo/gc/detail/IGCObject_Xfer.hpp> #include <xo/gc/detail/IGCObject_Xfer.hpp>
#include "DList.hpp" #include "DList.hpp"