refactor: + xo-stringtable2 w/ DString impl

This commit is contained in:
Roland Conybeare 2026-03-05 00:50:58 +11:00
commit f43420c760
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
#pragma once
#include <xo/object2/Dictionary.hpp>
#include <xo/object2/String.hpp>
#include <xo/stringtable2/String.hpp>
#include <xo/alloc2/GCObject.hpp>
#include "DPrimitive.hpp"

View file

@ -9,7 +9,7 @@
#include "procedure2_register_types.hpp"
#include <xo/object2/init_object2.hpp>
#include <xo/gc/CollectorTypeRegistry.hpp>
#include <xo/alloc2/CollectorTypeRegistry.hpp>
namespace xo {
using xo::scm::procedure2_register_facets;