xo-gc xo-alloc: refactor for file organization
This commit is contained in:
parent
093cf3c969
commit
8b5e2dd59f
13 changed files with 21 additions and 21 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue