From 24e8eb9af9be9e2f4655decd01a70430e66b7403 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 8 Dec 2018 16:06:14 -0500 Subject: [PATCH] better location for shared input --- firmware/controllers/core/common_headers.h | 1 + firmware/controllers/error_handling.h | 1 - firmware/controllers/math/pid_auto_tune.h | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/controllers/core/common_headers.h b/firmware/controllers/core/common_headers.h index 63e0c4f188..4019b29d54 100644 --- a/firmware/controllers/core/common_headers.h +++ b/firmware/controllers/core/common_headers.h @@ -9,6 +9,7 @@ #define CONTROLLERS_CORE_COMMON_HEADERS_H_ #include "efifeatures.h" +#include "rusefi_types.h" #include #include diff --git a/firmware/controllers/error_handling.h b/firmware/controllers/error_handling.h index 53b3a728e7..bcd7f16da1 100644 --- a/firmware/controllers/error_handling.h +++ b/firmware/controllers/error_handling.h @@ -15,7 +15,6 @@ extern "C" #include "global.h" #include "obd_error_codes.h" -#include "rusefi_types.h" void addWarningCode(obd_code_e code); diff --git a/firmware/controllers/math/pid_auto_tune.h b/firmware/controllers/math/pid_auto_tune.h index 5c455f4247..c606ce3761 100644 --- a/firmware/controllers/math/pid_auto_tune.h +++ b/firmware/controllers/math/pid_auto_tune.h @@ -13,7 +13,6 @@ #define CONTROLLERS_MATH_PID_AUTO_TUNE_H_ #include "global.h" -#include "rusefi_types.h" #define byte uint8_t