diff tests/test-tileset.c @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents b0579ae033ed
children 4e78f045e8c0
line wrap: on
line diff
--- a/tests/test-tileset.c	Sat Oct 15 17:18:45 2022 +0200
+++ b/tests/test-tileset.c	Sat Oct 15 20:23:14 2022 +0200
@@ -16,8 +16,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <core/core.h>
-#include <core/window.h>
+#include <mlk/core/core.h>
+#include <mlk/core/window.h>
 
 #include <rpg/tileset-file.h>
 #include <rpg/tileset.h>