#657 pulling global access down

This commit is contained in:
rusefi 2019-01-28 00:52:21 -05:00
parent 9a3441f11b
commit fb206bb3df
6 changed files with 7 additions and 13 deletions

View File

@ -25,11 +25,11 @@
*/ */
#include "global.h" #include "global.h"
#include "engine_configuration.h"
#include "rpm_calculator.h" #include "rpm_calculator.h"
#include "pwm_generator.h" #include "pwm_generator.h"
#include "idle_thread.h" #include "idle_thread.h"
#include "pin_repository.h" #include "pin_repository.h"
#include "engine_configuration.h"
#include "engine.h" #include "engine.h"
#include "stepper.h" #include "stepper.h"

View File

@ -36,7 +36,6 @@ typedef unsigned int time_t;
#endif #endif
#include "common_headers.h" #include "common_headers.h"
#include "controllers/global_shared.h"
#include "io_pins.h" #include "io_pins.h"

View File

@ -8,8 +8,6 @@
#ifndef GLOBALACCESS_H_ #ifndef GLOBALACCESS_H_
#define GLOBALACCESS_H_ #define GLOBALACCESS_H_
#include "controllers/global_shared.h"
#endif /* GLOBALACCESS_H_ */ #endif /* GLOBALACCESS_H_ */

View File

@ -10,16 +10,16 @@
*/ */
#include "global.h" #include "global.h"
#include "can_hw.h"
#include "string.h"
#include "obd2.h"
#if EFI_CAN_SUPPORT || defined(__DOXYGEN__) #if EFI_CAN_SUPPORT || defined(__DOXYGEN__)
#include "engine_configuration.h"
#include "pin_repository.h" #include "pin_repository.h"
#include "can_hw.h"
#include "string.h"
#include "obd2.h"
#include "mpu_util.h" #include "mpu_util.h"
#include "engine_state.h" #include "engine_state.h"
#include "engine_configuration.h"
#include "vehicle_speed.h" #include "vehicle_speed.h"
EXTERN_ENGINE EXTERN_ENGINE

View File

@ -17,7 +17,6 @@
#include <time.h> #include <time.h>
#include "common_headers.h" #include "common_headers.h"
#include "global_shared.h"
#include "boards.h" #include "boards.h"

View File

@ -8,8 +8,6 @@
#ifndef SIMULATOR_GLOBALACCESS_H_ #ifndef SIMULATOR_GLOBALACCESS_H_
#define SIMULATOR_GLOBALACCESS_H_ #define SIMULATOR_GLOBALACCESS_H_
#include "global_shared.h"
#endif /* SIMULATOR_GLOBALACCESS_H_ */ #endif /* SIMULATOR_GLOBALACCESS_H_ */