diff tests/test-save-quest.c @ 434:4e78f045e8c0

rpg: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 21:24:17 +0200
parents 8f59201dc76b
children 773a082f0b91
line wrap: on
line diff
--- a/tests/test-save-quest.c	Sat Oct 15 21:19:25 2022 +0200
+++ b/tests/test-save-quest.c	Sat Oct 15 21:24:17 2022 +0200
@@ -20,8 +20,8 @@
 
 #include <mlk/core/util.h>
 
-#include <rpg/quest.h>
-#include <rpg/save.h>
+#include <mlk/rpg/quest.h>
+#include <mlk/rpg/save.h>
 
 #include <dt.h>