diff examples/example/trace_hud.c @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents 6947c1fefe5c
children 862b15c3a3ae
line wrap: on
line diff
--- a/examples/example/trace_hud.c	Sat Oct 15 17:18:45 2022 +0200
+++ b/examples/example/trace_hud.c	Sat Oct 15 20:23:14 2022 +0200
@@ -20,10 +20,10 @@
 #include <stdio.h>
 #include <string.h>
 
-#include <core/action.h>
-#include <core/font.h>
-#include <core/trace.h>
-#include <core/window.h>
+#include <mlk/core/action.h>
+#include <mlk/core/font.h>
+#include <mlk/core/trace.h>
+#include <mlk/core/window.h>
 
 #include <ui/label.h>
 #include <ui/theme.h>