diff src/libmlk-rpg/rpg/battle-entity-state-moving.c @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents c458441ff472
children
line wrap: on
line diff
--- a/src/libmlk-rpg/rpg/battle-entity-state-moving.c	Sat Oct 15 17:18:45 2022 +0200
+++ b/src/libmlk-rpg/rpg/battle-entity-state-moving.c	Sat Oct 15 20:23:14 2022 +0200
@@ -20,8 +20,8 @@
 #include <math.h>
 #include <stdlib.h>
 
-#include <core/alloc.h>
-#include <core/panic.h>
+#include <mlk/core/alloc.h>
+#include <mlk/core/panic.h>
 
 #include "battle-entity-state-moving.h"
 #include "battle-entity-state.h"