From 07c7219f512ed2c42de880fd39cccca3998985f1 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 23 Nov 2019 21:41:17 -0500 Subject: [PATCH] header cleanup --- unit_tests/tests/test_accel_enrichment.cpp | 6 ++---- unit_tests/tests/test_engine_math.cpp | 2 -- unit_tests/tests/test_fuel_map.cpp | 2 -- unit_tests/tests/test_logic_expression.cpp | 1 - unit_tests/tests/test_speed_density.cpp | 1 - 5 files changed, 2 insertions(+), 10 deletions(-) diff --git a/unit_tests/tests/test_accel_enrichment.cpp b/unit_tests/tests/test_accel_enrichment.cpp index 00f51cfbfe..b61e1c1e7f 100644 --- a/unit_tests/tests/test_accel_enrichment.cpp +++ b/unit_tests/tests/test_accel_enrichment.cpp @@ -5,13 +5,11 @@ * * @date Apr 29, 2014 * Author: Dmitry Sidin - * Author: Andrey Belomutskiy, (c) 2012-2018 + * Author: Andrey Belomutskiy, (c) 2012-2019 */ -#include "global.h" -#include "engine_configuration.h" -#include "accel_enrichment.h" #include "engine_test_helper.h" +#include "accel_enrichment.h" #include "tps.h" TEST(fuel, testTpsAccelEnrichmentMath) { diff --git a/unit_tests/tests/test_engine_math.cpp b/unit_tests/tests/test_engine_math.cpp index 9a2d13eb57..3e35d2a9f5 100644 --- a/unit_tests/tests/test_engine_math.cpp +++ b/unit_tests/tests/test_engine_math.cpp @@ -5,9 +5,7 @@ * @author Andrey Belomutskiy, (c) 2012-2019 */ -#include "global.h" #include "engine_math.h" -#include "engine.h" #include "map.h" #include "speed_density.h" #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_fuel_map.cpp b/unit_tests/tests/test_fuel_map.cpp index d8b2b673d9..1ac4ed6d11 100644 --- a/unit_tests/tests/test_fuel_map.cpp +++ b/unit_tests/tests/test_fuel_map.cpp @@ -5,8 +5,6 @@ * @author Andrey Belomutskiy, (c) 2012-2019 */ -#include "global.h" -#include "engine_configuration.h" #include "fuel_math.h" #include "trigger_structure.h" #include "allsensors.h" diff --git a/unit_tests/tests/test_logic_expression.cpp b/unit_tests/tests/test_logic_expression.cpp index 59003b9fac..5d4c92e668 100644 --- a/unit_tests/tests/test_logic_expression.cpp +++ b/unit_tests/tests/test_logic_expression.cpp @@ -7,7 +7,6 @@ * @author Andrey Belomutskiy, (c) 2012-2018 */ -#include "global.h" #include "fsio_impl.h" #include "cli_registry.h" #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_speed_density.cpp b/unit_tests/tests/test_speed_density.cpp index 683ad7b743..1b4028c2b9 100644 --- a/unit_tests/tests/test_speed_density.cpp +++ b/unit_tests/tests/test_speed_density.cpp @@ -5,7 +5,6 @@ * @author Andrey Belomutskiy, (c) 2012-2018 */ -#include "global.h" #include "engine_test_helper.h" #include "speed_density.h"