refcnt: insert xo/ into include path
This commit is contained in:
parent
3c361213c7
commit
d480174107
6 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "refcnt/Refcounted.hpp"
|
||||
#include "Refcounted.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace ref {
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/* @file Displayable.cpp */
|
||||
|
||||
#include "refcnt/Displayable.hpp"
|
||||
#include "Displayable.hpp"
|
||||
|
||||
namespace xo {
|
||||
using xo::tostr;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* @file intrusive_ptr.test.cpp */
|
||||
|
||||
#include "refcnt/Refcounted.hpp"
|
||||
#include "Refcounted.hpp"
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "catch2/catch.hpp"
|
||||
#include <string_view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue