diff src/libmlk-ui/ui/theme.c @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents d74f53299252
children
line wrap: on
line diff
--- a/src/libmlk-ui/ui/theme.c	Sat Oct 15 17:18:45 2022 +0200
+++ b/src/libmlk-ui/ui/theme.c	Sat Oct 15 20:23:14 2022 +0200
@@ -20,12 +20,12 @@
 #include <stddef.h>
 #include <string.h>
 
-#include <core/font.h>
-#include <core/maths.h>
-#include <core/painter.h>
-#include <core/panic.h>
-#include <core/texture.h>
-#include <core/util.h>
+#include <mlk/core/font.h>
+#include <mlk/core/maths.h>
+#include <mlk/core/painter.h>
+#include <mlk/core/panic.h>
+#include <mlk/core/texture.h>
+#include <mlk/core/util.h>
 
 #include <assets/fonts/opensans-light.h>
 #include <assets/fonts/opensans-medium.h>