xo-alloc2: header reorg redux

This commit is contained in:
Roland Conybeare 2025-12-14 17:16:05 -05:00
commit 296c8e852d
5 changed files with 10 additions and 9 deletions

View file

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

View file

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

View file

@ -5,11 +5,12 @@
#pragma once
#include <xo/alloc2/AAllocator.hpp>
#include <xo/alloc2/RAllocator.hpp>
#include <xo/alloc2/gc/ACollector.hpp>
#include <xo/alloc2/gc/ICollector_Any.hpp>
#include <xo/alloc2/gc/RCollector.hpp>
#include <xo/alloc2/alloc/AAllocator.hpp>
#include <xo/alloc2/alloc/RAllocator.hpp>
#include <xo/alloc2/gc/Collector.hpp>
//#include <xo/alloc2/gc/ACollector.hpp>
//#include <xo/alloc2/gc/ICollector_Any.hpp>
//#include <xo/alloc2/gc/RCollector.hpp>
#include <xo/alloc2/gc/AGCObject.hpp>
#include <xo/alloc2/gc/IGCObject_Xfer.hpp>
#include "DList.hpp"

View file

@ -4,7 +4,7 @@
**/
#include "IGCObject_DFloat.hpp"
#include "AAllocator.hpp"
#include "xo/alloc2/alloc/AAllocator.hpp"
#include "xo/facet/obj.hpp"
#include <cstddef>

View file

@ -4,7 +4,7 @@
**/
#include "IGCObject_DInteger.hpp"
#include "AAllocator.hpp"
#include "xo/alloc2/alloc/AAllocator.hpp"
#include "xo/facet/obj.hpp"
#include <cstddef>