refcnt: update after inserting xo into include path

This commit is contained in:
Roland Conybeare 2023-10-06 18:02:22 -04:00
commit 61ddb8140e
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
#include "pointer/PointerTdx.hpp"
#include "vector/VectorTdx.hpp"
#include "struct/StructTdx.hpp"
#include "refcnt/Refcounted.hpp"
#include "xo/refcnt/Refcounted.hpp"
#include <vector>
#include <array>
#include <utility> // for std::pair<>

View file

@ -5,7 +5,7 @@
#pragma once
#include "Refcounted.hpp"
#include "xo/refcnt/Refcounted.hpp"
#include "TypeDescr.hpp"
#include "TaggedRcptr.hpp"

View file

@ -8,7 +8,7 @@
#include "TaggedPtr.hpp"
// causes #include cycle, reflect/Reflect.hpp includes this header
//#include "reflect/Reflect.hpp"
#include "refcnt/Refcounted.hpp"
#include "xo/refcnt/Refcounted.hpp"
namespace xo {
namespace reflect {