This commit is contained in:
Matthew Kennedy 2024-09-26 16:15:50 -07:00 committed by Andrey
parent af2449b3dc
commit 2a41fbfedb
3 changed files with 3 additions and 21 deletions

View File

@ -1,7 +1,4 @@
#include "engine_configuration.h"
#include "sensor.h"
#include "error_handling.h"
#include "pch.h"
#include "maf_airmass.h"
#include "maf.h"

View File

@ -1,10 +1,4 @@
// here am flirting with not using pch.h and not including at least Engine
#include <rusefi/interpolation.h>
#include <rusefi/arrays.h>
#include "engine_configuration.h"
#include "sensor.h"
#include "error_handling.h"
#include "pch.h"
#include "injector_model.h"
#include "fuel_computer.h"

View File

@ -7,16 +7,7 @@
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#include <rusefi/interpolation.h>
#include "engine_configuration.h"
#include "error_handling.h"
#include "fuel_computer.h"
#include "speed_density.h"
#include "fuel_math.h"
#include "sensor.h"
#include "efi_interpolation.h"
#include "table_helper.h"
#include "engine_math.h"
#include "pch.h"
#if defined(HAS_OS_ACCESS)
#error "Unexpected OS ACCESS HERE"