drivers/timers_xeno/timers_xeno.c
changeset 797 12340b4ea907
parent 468 787a54d068d6
child 801 32d146b64a35
--- a/drivers/timers_xeno/timers_xeno.c	Fri Mar 24 10:52:38 2017 +0100
+++ b/drivers/timers_xeno/timers_xeno.c	Thu Mar 08 14:55:01 2018 +0100
@@ -2,12 +2,12 @@
 #include <unistd.h>
 #include <sys/mman.h>
 
-#include <native/task.h>
-#include <native/timer.h>
-#include <native/sem.h>
-#include <native/mutex.h>
-#include <native/cond.h>
-#include <native/alarm.h>
+#include <alchemy/task.h>
+#include <alchemy/timer.h>
+#include <alchemy/sem.h>
+#include <alchemy/mutex.h>
+#include <alchemy/cond.h>
+#include <alchemy/alarm.h>
 
 #include "applicfg.h"
 #include "can_driver.h"