diff --git a/fsw/platform_inc/sch_lab_table.h b/fsw/platform_inc/sch_lab_table.h index 3e79ef3..699f902 100644 --- a/fsw/platform_inc/sch_lab_table.h +++ b/fsw/platform_inc/sch_lab_table.h @@ -31,8 +31,10 @@ #ifndef sch_lab_sched_tab_h_ #define sch_lab_sched_tab_h_ +#include "cfe.h" #include "cfe_sb_extern_typedefs.h" /* for CFE_SB_MsgId_t */ #include "cfe_msgids.h" +#include "cfe_sb.h" /* Required to use the CFE_SB_MSGID_WRAP_VALUE macro */ /* ** Defines diff --git a/fsw/tables/sch_lab_table.c b/fsw/tables/sch_lab_table.c index 90920b8..ca0abb7 100644 --- a/fsw/tables/sch_lab_table.c +++ b/fsw/tables/sch_lab_table.c @@ -22,7 +22,6 @@ #include "cfe_tbl_filedef.h" /* Required to obtain the CFE_TBL_FILEDEF macro definition */ #include "sch_lab_table.h" -#include "cfe_sb.h" /* Required to use the CFE_SB_MSGID_WRAP_VALUE macro */ /* ** Include headers for message IDs here