diff examples/example-drawable/example-drawable.c @ 433:862b15c3a3ae

ui: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 21:19:25 +0200
parents 8f59201dc76b
children 25a56ca53ac2
line wrap: on
line diff
--- a/examples/example-drawable/example-drawable.c	Sat Oct 15 20:28:59 2022 +0200
+++ b/examples/example-drawable/example-drawable.c	Sat Oct 15 21:19:25 2022 +0200
@@ -37,9 +37,9 @@
 #include <mlk/core/util.h>
 #include <mlk/core/window.h>
 
-#include <ui/label.h>
-#include <ui/theme.h>
-#include <ui/ui.h>
+#include <mlk/ui/label.h>
+#include <mlk/ui/theme.h>
+#include <mlk/ui/ui.h>
 
 #include <assets/sprites/explosion.h>