header cleanup
This commit is contained in:
parent
2460a309ae
commit
ab744af14b
|
@ -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) {
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "engine_test_helper.h"
|
||||
#include "speed_density.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue