# HG changeset patch # User Michael Spacefalcon # Date 1406951920 0 # Node ID 99e44a92274cf731e03fdfeb5e37679de8a57cd0 # Parent d8f39cef94d0d713dc462c8e8ad80b56ef578d60 gsm-fw/bsp/abb+spi/abb.c: reorder includes as necessitated by new L1 headers diff -r d8f39cef94d0 -r 99e44a92274c gsm-fw/bsp/abb+spi/abb.c --- 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