xo-alloc2: streamline headers (more reorg)

This commit is contained in:
Roland Conybeare 2025-12-14 17:04:45 -05:00
commit 8134cd27d4
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
#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

View file

@ -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"