diff --git a/firmware/controllers/algo/malfunction_central.h b/firmware/controllers/algo/malfunction_central.h index c296579b6f..4db4e16ed7 100644 --- a/firmware/controllers/algo/malfunction_central.h +++ b/firmware/controllers/algo/malfunction_central.h @@ -9,14 +9,13 @@ #ifndef MALFUNCTION_CENTRAL_H_ #define MALFUNCTION_CENTRAL_H_ +#include "main.h" + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ - - -#include "main.h" #include "obd_error_codes.h" #define MAX_ERROR_CODES_COUNT 10