better location for shared input
This commit is contained in:
parent
4aaf6f884f
commit
24e8eb9af9
|
@ -9,6 +9,7 @@
|
|||
#define CONTROLLERS_CORE_COMMON_HEADERS_H_
|
||||
|
||||
#include "efifeatures.h"
|
||||
#include "rusefi_types.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -15,7 +15,6 @@ extern "C"
|
|||
|
||||
#include "global.h"
|
||||
#include "obd_error_codes.h"
|
||||
#include "rusefi_types.h"
|
||||
|
||||
void addWarningCode(obd_code_e code);
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#define CONTROLLERS_MATH_PID_AUTO_TUNE_H_
|
||||
|
||||
#include "global.h"
|
||||
#include "rusefi_types.h"
|
||||
|
||||
#define byte uint8_t
|
||||
|
||||
|
|
Loading…
Reference in New Issue