From 2d6404fe770cc38a849d91641f78b221ca256d29 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 4 Mar 2018 22:47:52 -0500 Subject: [PATCH] minor fix --- firmware/controllers/algo/malfunction_central.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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