refactoring

This commit is contained in:
rusefi 2019-09-20 00:17:00 -04:00
parent 154092bbf5
commit 78b9e5a438
2 changed files with 3 additions and 15 deletions

View File

@ -4,8 +4,8 @@
* @date May 21, 2014
* @author Andrey Belomutskiy, (c) 2012-2019
*/
#ifndef H_ENGINE_H_
#define H_ENGINE_H_
#pragma once
#include "global.h"
#include "globalaccess.h"
@ -322,5 +322,3 @@ void prepareOutputSignals(DECLARE_ENGINE_PARAMETER_SIGNATURE);
void validateConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
void doScheduleStopEngine(DECLARE_ENGINE_PARAMETER_SIGNATURE);
#endif /* H_ENGINE_H_ */

View File

@ -5,16 +5,6 @@
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef CONTROLLERS_SENSORS_ANALOG_INPUT_H_
#define CONTROLLERS_SENSORS_ANALOG_INPUT_H_
#pragma once
#if EFI_PROD_CODE
#include "adc_inputs.h"
#endif
#if EFI_SIMULATOR
#include "adc_math.h"
#endif
#endif /* CONTROLLERS_SENSORS_ANALOG_INPUT_H_ */