refcnt: update after inserting xo into include path
This commit is contained in:
parent
9718be824b
commit
61ddb8140e
3 changed files with 3 additions and 3 deletions
|
|
@ -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<>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Refcounted.hpp"
|
||||
#include "xo/refcnt/Refcounted.hpp"
|
||||
#include "TypeDescr.hpp"
|
||||
#include "TaggedRcptr.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue