header cleanup
This commit is contained in:
parent
34ffe7f6b3
commit
07c7219f51
|
@ -5,13 +5,11 @@
|
||||||
*
|
*
|
||||||
* @date Apr 29, 2014
|
* @date Apr 29, 2014
|
||||||
* Author: Dmitry Sidin
|
* 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 "engine_test_helper.h"
|
||||||
|
#include "accel_enrichment.h"
|
||||||
#include "tps.h"
|
#include "tps.h"
|
||||||
|
|
||||||
TEST(fuel, testTpsAccelEnrichmentMath) {
|
TEST(fuel, testTpsAccelEnrichmentMath) {
|
||||||
|
|
|
@ -5,9 +5,7 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2019
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "global.h"
|
|
||||||
#include "engine_math.h"
|
#include "engine_math.h"
|
||||||
#include "engine.h"
|
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "speed_density.h"
|
#include "speed_density.h"
|
||||||
#include "engine_test_helper.h"
|
#include "engine_test_helper.h"
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2019
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "global.h"
|
|
||||||
#include "engine_configuration.h"
|
|
||||||
#include "fuel_math.h"
|
#include "fuel_math.h"
|
||||||
#include "trigger_structure.h"
|
#include "trigger_structure.h"
|
||||||
#include "allsensors.h"
|
#include "allsensors.h"
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "global.h"
|
|
||||||
#include "fsio_impl.h"
|
#include "fsio_impl.h"
|
||||||
#include "cli_registry.h"
|
#include "cli_registry.h"
|
||||||
#include "engine_test_helper.h"
|
#include "engine_test_helper.h"
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "global.h"
|
|
||||||
#include "engine_test_helper.h"
|
#include "engine_test_helper.h"
|
||||||
#include "speed_density.h"
|
#include "speed_density.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue