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

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