header cleanup

This commit is contained in:
rusefi 2019-11-23 21:41:17 -05:00
parent 34ffe7f6b3
commit 07c7219f51
5 changed files with 2 additions and 10 deletions

View File

@ -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) {

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -5,7 +5,6 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "global.h"
#include "engine_test_helper.h"
#include "speed_density.h"