From dfcf63dded68e7bf1eea2112feb6e993d75c9907 Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 6 Mar 2023 11:30:08 +0300 Subject: Reduce include path pollution --- app/button/button_task.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/button/button_task.c') diff --git a/app/button/button_task.c b/app/button/button_task.c index 7a2b9fc..589f43b 100644 --- a/app/button/button_task.c +++ b/app/button/button_task.c @@ -1,9 +1,8 @@ -#include "head_task.h" #include "tsl_user.h" -#include "nixie_driver_process.h" +#include "nixie_driver/nixie_driver_process.h" #include "button_handler.h" -#include "ltimers.h" +#include "ltimers/ltimers.h" #include "FreeRTOS.h" #include "task.h" -- cgit v1.2.3