From 8d29bf485d7233545dae612fbb1475feb6183d90 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 30 Mar 2024 00:17:34 -0400 Subject: [PATCH] only: live_data_ids.h is not needed so widely --- firmware/controllers/algo/rusefi_enums.h | 1 - unit_tests/tests/actuators/test_etb_integrated.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/algo/rusefi_enums.h b/firmware/controllers/algo/rusefi_enums.h index 38696bda23..262a42fffd 100644 --- a/firmware/controllers/algo/rusefi_enums.h +++ b/firmware/controllers/algo/rusefi_enums.h @@ -16,7 +16,6 @@ #include #include "efifeatures.h" #include "obd_error_codes.h" -#include "live_data_ids.h" #include "engine_types.h" // we do not want to start the search for header from current folder so we use brackets here // https://stackoverflow.com/questions/21593/what-is-the-difference-between-include-filename-and-include-filename diff --git a/unit_tests/tests/actuators/test_etb_integrated.cpp b/unit_tests/tests/actuators/test_etb_integrated.cpp index 05be7d6a46..aecc3b7290 100644 --- a/unit_tests/tests/actuators/test_etb_integrated.cpp +++ b/unit_tests/tests/actuators/test_etb_integrated.cpp @@ -2,6 +2,7 @@ #include "init.h" #include "electronic_throttle_impl.h" #include "live_data.h" +#include "live_data_ids.h" static EtbController * initEtbIntegratedTest() { etbPidReset(); // ETB controlles are global shared instances :(