xo-reflect: update subsys include location

This commit is contained in:
Roland Conybeare 2023-10-06 18:09:41 -04:00
commit f5c60e299b
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -4,7 +4,7 @@
*/
#include "init_reflect.hpp"
#include "subsys/Subsystem.hpp"
#include "xo/subsys/Subsystem.hpp"
namespace xo {
void