diff --git a/include/fggl/assets/packed/adapter.hpp b/include/fggl/assets/packed/adapter.hpp index ec5a841ed2351f1f0191787b44a87a9e9e066168..974d48ebcf5bfa54f4e7b512dc676a97653447ab 100644 --- a/include/fggl/assets/packed/adapter.hpp +++ b/include/fggl/assets/packed/adapter.hpp @@ -27,7 +27,7 @@ #include "fggl/filesystem/Finder.hpp" #include "fggl/assets/packed/direct.hpp" #include "fggl/data/storage.hpp" -#include "fggl/ds/graph.hpp" +#include "fggl/util/graph.hpp" namespace fggl::assets { diff --git a/include/fggl/modules/manager.hpp b/include/fggl/modules/manager.hpp index 346d0c226c045f498197a5cbf30259cd58c20ac8..0a80dda642fe356a9b9bd6f20c68b3bc45b8ebbe 100644 --- a/include/fggl/modules/manager.hpp +++ b/include/fggl/modules/manager.hpp @@ -21,7 +21,7 @@ #include "fggl/modules/module.hpp" #include "fggl/debug/logging.hpp" -#include "fggl/ds/graph.hpp" +#include "fggl/util/graph.hpp" #include "fggl/services/service.hpp" #include "fggl/services/factory.hpp" diff --git a/include/fggl/ds/graph.hpp b/include/fggl/util/graph.hpp similarity index 100% rename from include/fggl/ds/graph.hpp rename to include/fggl/util/graph.hpp