Revert "tear down Engine god object #4511"

This reverts commit 8d6a87ae21.
This commit is contained in:
Andrey 2022-09-01 20:40:41 -04:00
parent 48f960b581
commit 93d28555f6
2 changed files with 2 additions and 19 deletions

View File

@ -1,5 +1,6 @@
#include "pch_util.h"
#include "engine_configuration.h"
#include "sensor.h"
#include "dfco.h"

View File

@ -1,18 +0,0 @@
/**
* 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"