diff options
author | Oxore <oxore@protonmail.com> | 2023-03-06 11:30:08 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-06 11:30:08 +0300 |
commit | dfcf63dded68e7bf1eea2112feb6e993d75c9907 (patch) | |
tree | 0d1e3e5f3d00f0f550e3fc1cfc110907cb7ee6ce /app/head_task/head_task.c | |
parent | 5e565f35686b41ae5b5a2125213e01d8aa9d0e61 (diff) |
Reduce include path pollution
Diffstat (limited to 'app/head_task/head_task.c')
-rw-r--r-- | app/head_task/head_task.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/head_task/head_task.c b/app/head_task/head_task.c index a01166a..bc9eb6e 100644 --- a/app/head_task/head_task.c +++ b/app/head_task/head_task.c @@ -6,11 +6,11 @@ #include "queue.h" #include "semphr.h" -#include "ltimers.h" +#include "ltimers/ltimers.h" -#include "indicate_modes_task.h" -#include "nixie_driver_process.h" -#include "button_handler.h" +#include "indicate/indicate_modes_task.h" +#include "nixie_driver/nixie_driver_process.h" +#include "button/button_handler.h" #include "stm32f0xx_rtc.h" |