xo-alloc2: streamline headers (more reorg)
This commit is contained in:
parent
f07febd7a2
commit
45e05f03cb
3 changed files with 15 additions and 4 deletions
12
xo-alloc2/include/xo/alloc2/Allocator.hpp
Normal file
12
xo-alloc2/include/xo/alloc2/Allocator.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file Allocator.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Dec 2025
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "AAllocator.hpp"
|
||||
#include "IAllocator_Any.hpp"
|
||||
#include "RAllocator.hpp"
|
||||
|
||||
/* end Allocator.hpp */
|
||||
|
|
@ -5,8 +5,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "IAllocator_Any.hpp"
|
||||
#include "RAllocator.hpp"
|
||||
#include "Allocator.hpp"
|
||||
#include "xo/facet/facet_implementation.hpp"
|
||||
#include "xo/facet/typeseq.hpp"
|
||||
#include "xo/facet/obj.hpp" // for obj<AAllocator> in shallow_copy
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
* @author Roland Conybeare, Dec 2025
|
||||
**/
|
||||
|
||||
#include "xo/alloc2/AAllocator.hpp"
|
||||
#include "xo/alloc2/IAllocator_Any.hpp"
|
||||
#include "xo/alloc2/Allocator.hpp"
|
||||
//#include "xo/alloc2/IAllocator_Any.hpp"
|
||||
#include "xo/alloc2/IAllocator_Xfer.hpp"
|
||||
//#include "xo/alloc2/DArena.hpp"
|
||||
#include "xo/alloc2/IAllocator_DArena.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue