auto-sync
This commit is contained in:
parent
67318bd1f4
commit
5930da3cab
|
@ -21,7 +21,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <sensor_chart.h>
|
||||
#include "sensor_chart.h"
|
||||
#include "main.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "trigger_central.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "engine_math.h"
|
||||
|
||||
#if EFI_ANALOG_CHART || defined(__DOXYGEN__)
|
||||
#include <sensor_chart.h>
|
||||
#include "sensor_chart.h"
|
||||
#endif /* EFI_ANALOG_CHART */
|
||||
|
||||
#define FAST_MAP_CHART_SKIP_FACTOR 16
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
#include "engine.h"
|
||||
#endif
|
||||
|
||||
#if ! EFI_UNIT_TEST
|
||||
#include <sensor_chart.h>
|
||||
#if EFI_ANALOG_CHART || defined(__DOXYGEN__)
|
||||
#include "sensor_chart.h"
|
||||
#endif
|
||||
|
||||
#include "efilib2.h"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||
*/
|
||||
|
||||
#include <sensor_chart.h>
|
||||
#include "sensor_chart.h"
|
||||
#include "main.h"
|
||||
#include "engine.h"
|
||||
#include "rpm_calculator.h"
|
||||
|
|
Loading…
Reference in New Issue