better location for shared input

This commit is contained in:
rusefi 2018-12-08 16:06:14 -05:00
parent 4aaf6f884f
commit 24e8eb9af9
3 changed files with 1 additions and 2 deletions

View File

@ -9,6 +9,7 @@
#define CONTROLLERS_CORE_COMMON_HEADERS_H_
#include "efifeatures.h"
#include "rusefi_types.h"
#include <math.h>
#include <stdio.h>

View File

@ -15,7 +15,6 @@ extern "C"
#include "global.h"
#include "obd_error_codes.h"
#include "rusefi_types.h"
void addWarningCode(obd_code_e code);

View File

@ -13,7 +13,6 @@
#define CONTROLLERS_MATH_PID_AUTO_TUNE_H_
#include "global.h"
#include "rusefi_types.h"
#define byte uint8_t