xo-alloc2: tidy: generation.hpp -> Generation.hpp

This commit is contained in:
Roland Conybeare 2026-04-03 00:04:34 -04:00
commit 47b0a56830
4 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
output_impl_subdir: "gc", output_impl_subdir: "gc",
includes: [ includes: [
"<xo/alloc2/Allocator.hpp>", "<xo/alloc2/Allocator.hpp>",
"<xo/alloc2/generation.hpp>", "<xo/alloc2/Generation.hpp>",
"<xo/alloc2/role.hpp>", "<xo/alloc2/role.hpp>",
// "<cstdint>", // "<cstdint>",
// "<cstddef>", // "<cstddef>",

View file

@ -15,7 +15,7 @@
// includes (via {facet_includes}) // includes (via {facet_includes})
#include <xo/alloc2/Allocator.hpp> #include <xo/alloc2/Allocator.hpp>
#include <xo/alloc2/generation.hpp> #include <xo/alloc2/Generation.hpp>
#include <xo/alloc2/role.hpp> #include <xo/alloc2/role.hpp>
#include <xo/facet/obj.hpp> #include <xo/facet/obj.hpp>
#include <xo/facet/facet_implementation.hpp> #include <xo/facet/facet_implementation.hpp>

View file

@ -14,7 +14,7 @@
#pragma once #pragma once
#include <xo/alloc2/Allocator.hpp> #include <xo/alloc2/Allocator.hpp>
#include <xo/alloc2/generation.hpp> #include <xo/alloc2/Generation.hpp>
#include <xo/alloc2/role.hpp> #include <xo/alloc2/role.hpp>
namespace xo { namespace xo {