xo-alloc2: tidy: generation.hpp -> Generation.hpp
This commit is contained in:
parent
c91fc4fbed
commit
47b0a56830
4 changed files with 3 additions and 3 deletions
|
|
@ -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>",
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue