only: live_data_ids.h is not needed so widely

This commit is contained in:
Andrey 2024-03-30 00:17:34 -04:00
parent 86d51236e3
commit 8d29bf485d
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@
#include <rusefi/true_false.h>
#include "efifeatures.h"
#include "obd_error_codes.h"
#include "live_data_ids.h"
#include "engine_types.h"
// we do not want to start the search for header from current folder so we use brackets here
// https://stackoverflow.com/questions/21593/what-is-the-difference-between-include-filename-and-include-filename

View File

@ -2,6 +2,7 @@
#include "init.h"
#include "electronic_throttle_impl.h"
#include "live_data.h"
#include "live_data_ids.h"
static EtbController * initEtbIntegratedTest() {
etbPidReset(); // ETB controlles are global shared instances :(