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

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