From b6e6440817126a129d5df83676517d1b5394d166 Mon Sep 17 00:00:00 2001 From: mahi Date: Sat, 31 Mar 2012 21:09:12 +0200 Subject: [PATCH] Changed include order for EcuM.h --- include/EcuM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/EcuM.h b/include/EcuM.h index 182c631d..9d792b68 100644 --- a/include/EcuM.h +++ b/include/EcuM.h @@ -36,7 +36,6 @@ #define ECUM_AR_MINOR_VERSION 2 #define ECUM_AR_PATCH_VERSION 2 -#include "EcuM_Types.h" #include "EcuM_Cfg.h" #if defined(USE_COM) @@ -45,6 +44,7 @@ #if (ECUM_USE_SERVICE_PORTS == STD_ON) && defined(USE_RTE) #include "Rte_Type.h" #endif +#include "EcuM_Types.h" -- 2.39.2