refactoring
This commit is contained in:
parent
154092bbf5
commit
78b9e5a438
|
@ -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_ */
|
||||
|
|
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue