changeset 540:99e44a92274c

gsm-fw/bsp/abb+spi/abb.c: reorder includes as necessitated by new L1 headers
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 02 Aug 2014 03:58:40 +0000
parents d8f39cef94d0
children 9c91a1f670bd
files gsm-fw/bsp/abb+spi/abb.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/bsp/abb+spi/abb.c	Sat Aug 02 03:47:10 2014 +0000
+++ b/gsm-fw/bsp/abb+spi/abb.c	Sat Aug 02 03:58:40 2014 +0000
@@ -27,6 +27,10 @@
 /**********************************************************************************/
 
 #include "../../include/config.h"
+#include "../../include/sys_types.h"
+#include "../../riviera/rv/general.h"
+#include "../../nucleus/nucleus.h"      // for NUCLEUS functions and types
+
 #include "../../L1/include/l1_confg.h"
 #include "../../L1/include/l1_macro.h"
 
@@ -35,9 +39,6 @@
 #include "abb_inline.h"
 #include "../ulpd.h"        // for FRAME_STOP definition
 
-#include "../../include/sys_types.h"
-#include "../../riviera/rv/general.h"
-#include "../../nucleus/nucleus.h"      // for NUCLEUS functions and types
 #include "../../L1/include/l1_types.h"
 
 #if 0	// FreeCalypso