]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Changed include order for EcuM.h
authormahi <devnull@localhost>
Sat, 31 Mar 2012 19:09:12 +0000 (21:09 +0200)
committermahi <devnull@localhost>
Sat, 31 Mar 2012 19:09:12 +0000 (21:09 +0200)
include/EcuM.h

index 182c631d43aec591c880e2adacaf9d17c76b282f..9d792b688917b09a565d1c224516ac861e990a13 100644 (file)
@@ -36,7 +36,6 @@
 #define ECUM_AR_MINOR_VERSION  2\r
 #define ECUM_AR_PATCH_VERSION  2\r
 \r
-#include "EcuM_Types.h"\r
 #include "EcuM_Cfg.h"\r
 \r
 #if defined(USE_COM)\r
@@ -45,6 +44,7 @@
 #if (ECUM_USE_SERVICE_PORTS == STD_ON) && defined(USE_RTE)\r
 #include "Rte_Type.h"\r
 #endif\r
+#include "EcuM_Types.h"\r
 \r
 \r
 \r