random header clean-up
This commit is contained in:
parent
66ec0fdea6
commit
165160bb40
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include "me7pnp.h"
|
||||
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "engine_math.h"
|
||||
#include "allsensors.h"
|
||||
|
|
|
@ -5,11 +5,10 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "os_access.h"
|
||||
#include "tunerstudio_io.h"
|
||||
#include "console_io.h"
|
||||
#include "engine.h"
|
||||
#if EFI_SIMULATOR
|
||||
#include "rusEfiFunctionalTest.h"
|
||||
#endif
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "console_io.h"
|
||||
#include "os_util.h"
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
#include "engine.h"
|
||||
#include "periodic_task.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void startBoostPin(void);
|
||||
void stopBoostPin(void);
|
||||
void initBoostCtrl(Logging *sharedLogger);
|
||||
|
@ -22,6 +18,3 @@ void setBoostDFactor(float d);
|
|||
void setDefaultBoostParameters(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||
void showBoostInfo(void);
|
||||
void onConfigurationChangeBoostCallback(engine_configuration_s *previousConfiguration);
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "engine.h"
|
||||
#include "allsensors.h"
|
||||
#include "efi_gpio.h"
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "os_access.h"
|
||||
#include "engine.h"
|
||||
#include "os_access.h"
|
||||
|
||||
#if EFI_SIMULATOR || EFI_PROD_CODE
|
||||
//todo: move into simulator global
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
|
||||
#include "global.h"
|
||||
#include "os_access.h"
|
||||
#if EFI_PROD_CODE
|
||||
#include <nvic.h>
|
||||
#endif
|
||||
|
||||
#if EFI_ENGINE_CONTROL && EFI_SHAFT_POSITION_INPUT
|
||||
|
||||
|
|
Loading…
Reference in New Issue