parent
6f09b0d9f9
commit
3094cc6be7
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
#include "engine_configuration.h"
|
#include "pch_util.h"
|
||||||
#include "sensor.h"
|
|
||||||
|
|
||||||
#include "dfco.h"
|
#include "dfco.h"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
/**
|
||||||
|
* just like pch.h just without full engine god object
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <rusefi/interpolation.h>
|
||||||
|
#include <rusefi/arrays.h>
|
||||||
|
#include <rusefi/math.h>
|
||||||
|
|
||||||
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
|
#include "expected.h"
|
||||||
|
#include "error_handling.h"
|
||||||
|
|
||||||
|
#include "engine_module.h"
|
||||||
|
|
||||||
|
#include "sensor.h"
|
||||||
|
|
||||||
|
#include "timer.h"
|
Loading…
Reference in New Issue