From 4c785e647e1d522072113578ee7d0b2de78c5910 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 15 Feb 2026 13:06:33 -0500 Subject: [PATCH] xo-gc: + X1Collector.hpp convenience header --- xo-gc/include/xo/gc/X1Collector.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xo-gc/include/xo/gc/X1Collector.hpp diff --git a/xo-gc/include/xo/gc/X1Collector.hpp b/xo-gc/include/xo/gc/X1Collector.hpp new file mode 100644 index 00000000..c9d00da3 --- /dev/null +++ b/xo-gc/include/xo/gc/X1Collector.hpp @@ -0,0 +1,11 @@ +/** @file X1Collector.hpp + * + * @author Roland Conybeare, Feb 2026 + **/ + +#pragma once + +#include "DX1Collector.hpp" +#include "detail/ICollector_DX1Collector.hpp" + +/* end X1Collector.hpp */