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

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