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/indicate/indicate_modes_task.h | |
parent | 5e565f35686b41ae5b5a2125213e01d8aa9d0e61 (diff) |
Reduce include path pollution
Diffstat (limited to 'app/indicate/indicate_modes_task.h')
-rw-r--r-- | app/indicate/indicate_modes_task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/indicate/indicate_modes_task.h b/app/indicate/indicate_modes_task.h index e37406f..31ecba1 100644 --- a/app/indicate/indicate_modes_task.h +++ b/app/indicate/indicate_modes_task.h @@ -2,7 +2,7 @@ #define INDICATE_MODES_TASK_INCLUDED #include <stdint.h> -#include "nixie_driver_process.h" +#include "nixie_driver/nixie_driver_process.h" // Номера режимов индикации typedef enum { |