xo-alloc2: streamline headers (more reorg)

This commit is contained in:
Roland Conybeare 2025-12-14 17:04:45 -05:00
commit 45e05f03cb
3 changed files with 15 additions and 4 deletions

View 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 */

View file

@ -5,8 +5,7 @@
#pragma once #pragma once
#include "IAllocator_Any.hpp" #include "Allocator.hpp"
#include "RAllocator.hpp"
#include "xo/facet/facet_implementation.hpp" #include "xo/facet/facet_implementation.hpp"
#include "xo/facet/typeseq.hpp" #include "xo/facet/typeseq.hpp"
#include "xo/facet/obj.hpp" // for obj<AAllocator> in shallow_copy #include "xo/facet/obj.hpp" // for obj<AAllocator> in shallow_copy

View file

@ -3,8 +3,8 @@
* @author Roland Conybeare, Dec 2025 * @author Roland Conybeare, Dec 2025
**/ **/
#include "xo/alloc2/AAllocator.hpp" #include "xo/alloc2/Allocator.hpp"
#include "xo/alloc2/IAllocator_Any.hpp" //#include "xo/alloc2/IAllocator_Any.hpp"
#include "xo/alloc2/IAllocator_Xfer.hpp" #include "xo/alloc2/IAllocator_Xfer.hpp"
//#include "xo/alloc2/DArena.hpp" //#include "xo/alloc2/DArena.hpp"
#include "xo/alloc2/IAllocator_DArena.hpp" #include "xo/alloc2/IAllocator_DArena.hpp"