tear down Engine god object #4511

just trying different things
This commit is contained in:
Andrey 2022-09-05 04:10:14 -04:00
parent 09bef1e440
commit c9828a8b0f
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* Handles injection scheduling * Handles injection scheduling
*/ */
#include "pch.h" #include "global.h"
#include <rusefi/arrays.h> #include <rusefi/arrays.h>
#include <rusefi/isnan.h> #include <rusefi/isnan.h>
#include "fuel_schedule.h" #include "fuel_schedule.h"
@ -206,4 +206,4 @@ void FuelSchedule::onTriggerTooth(int rpm, efitick_t nowNt, float currentPhase,
} }
} }
#endif #endif // EFI_ENGINE_CONTROL