xo-gc xo-alloc: refactor for file organization

This commit is contained in:
Roland Conybeare 2025-12-22 23:31:12 -05:00
commit d14f709763
3 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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