xo-alloc2: header reorg redux
This commit is contained in:
parent
b38f51c58a
commit
296c8e852d
5 changed files with 10 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
**/
|
||||
|
||||
#include "IGCObject_DFloat.hpp"
|
||||
#include "AAllocator.hpp"
|
||||
#include "xo/alloc2/alloc/AAllocator.hpp"
|
||||
#include "xo/facet/obj.hpp"
|
||||
#include <cstddef>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
**/
|
||||
|
||||
#include "IGCObject_DInteger.hpp"
|
||||
#include "AAllocator.hpp"
|
||||
#include "xo/alloc2/alloc/AAllocator.hpp"
|
||||
#include "xo/facet/obj.hpp"
|
||||
#include <cstddef>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue