From f5c60e299b6743eae84342da41184435583d5da3 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 6 Oct 2023 18:09:41 -0400 Subject: [PATCH] xo-reflect: update subsys include location --- include/xo/reflect/init_reflect.hpp | 2 +- src/reflect/init_reflect.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xo/reflect/init_reflect.hpp b/include/xo/reflect/init_reflect.hpp index 00506a25..b6365632 100644 --- a/include/xo/reflect/init_reflect.hpp +++ b/include/xo/reflect/init_reflect.hpp @@ -5,7 +5,7 @@ #pragma once -#include "subsys/Subsystem.hpp" +#include "xo/subsys/Subsystem.hpp" namespace xo { /* tag to represent the reflect/ subsystem within ordered initialization */ diff --git a/src/reflect/init_reflect.cpp b/src/reflect/init_reflect.cpp index 20dd1441..d95bf2e3 100644 --- a/src/reflect/init_reflect.cpp +++ b/src/reflect/init_reflect.cpp @@ -4,7 +4,7 @@ */ #include "init_reflect.hpp" -#include "subsys/Subsystem.hpp" +#include "xo/subsys/Subsystem.hpp" namespace xo { void