refactoring: reducing header tree hell

This commit is contained in:
rusefi 2019-01-20 23:38:41 -05:00
parent ee8297c94d
commit e1687b30ca
1 changed files with 2 additions and 5 deletions

View File

@ -298,11 +298,6 @@ typedef struct {
uint32_t rpmCbTime;
} monitoring_timestamps_s;
class Engine;
class WallFuel;
typedef void (*configuration_callback_t)(Engine*);
class FsioState {
public:
FsioState();
@ -592,4 +587,6 @@ void prepareOutputSignals(DECLARE_ENGINE_PARAMETER_SIGNATURE);
void validateConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
void doScheduleStopEngine(DECLARE_ENGINE_PARAMETER_SIGNATURE);
typedef void (*configuration_callback_t)(Engine*);
#endif /* H_ENGINE_H_ */