Skip to content
Snippets Groups Projects
Commit be4b2c7b authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

move graph class to util

parent bd03447d
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
......@@ -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"
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment