xo-gc xo-alloc: refactor for file organization
This commit is contained in:
parent
419cb097dd
commit
d14f709763
3 changed files with 6 additions and 6 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