From 44b8da08a52ee7c832e984a26623a7d50bf6f963 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Jan 2023 12:56:48 -0500 Subject: [PATCH] Fix #64, Replace quotes with angle brackets in /inc --- fsw/inc/lc_extern_typedefs.h | 4 ++-- fsw/inc/lc_msg.h | 4 ++-- fsw/inc/lc_msgdefs.h | 2 +- fsw/inc/lc_platform_cfg.h | 2 +- fsw/inc/lc_tbl.h | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/fsw/inc/lc_extern_typedefs.h b/fsw/inc/lc_extern_typedefs.h index 396a55d..44b0a53 100644 --- a/fsw/inc/lc_extern_typedefs.h +++ b/fsw/inc/lc_extern_typedefs.h @@ -26,7 +26,7 @@ #ifndef LC_EXTERN_TYPEDEFS_H #define LC_EXTERN_TYPEDEFS_H -#include "cfe.h" +#include /** * \name LC Table Name Strings @@ -117,4 +117,4 @@ typedef struct #LC_OPER_CUSTOM */ } LC_WDTEntry_t; -#endif /* LC_EXTERN_TYPEDEFS_H */ \ No newline at end of file +#endif /* LC_EXTERN_TYPEDEFS_H */ diff --git a/fsw/inc/lc_msg.h b/fsw/inc/lc_msg.h index 8b9abba..5f0113b 100644 --- a/fsw/inc/lc_msg.h +++ b/fsw/inc/lc_msg.h @@ -35,8 +35,8 @@ /************************************************************************ * Includes ************************************************************************/ -#include "cfe.h" -#include "lc_msgdefs.h" +#include +#include /************************************************************************ * Type Definitions diff --git a/fsw/inc/lc_msgdefs.h b/fsw/inc/lc_msgdefs.h index 5eb530d..2fda14c 100644 --- a/fsw/inc/lc_msgdefs.h +++ b/fsw/inc/lc_msgdefs.h @@ -36,7 +36,7 @@ /************************************************************************ * Includes ************************************************************************/ -#include "lc_platform_cfg.h" +#include /************************************************************************ * Macro Definitions diff --git a/fsw/inc/lc_platform_cfg.h b/fsw/inc/lc_platform_cfg.h index 164a90b..569e71a 100644 --- a/fsw/inc/lc_platform_cfg.h +++ b/fsw/inc/lc_platform_cfg.h @@ -24,7 +24,7 @@ #ifndef LC_PLATFORM_CFG_H #define LC_PLATFORM_CFG_H -#include "lc_msgdefs.h" +#include /** * \defgroup cfslcplatformcfg CFS Limit Checker Platform Configuration diff --git a/fsw/inc/lc_tbl.h b/fsw/inc/lc_tbl.h index 517c53b..e7ca8a0 100644 --- a/fsw/inc/lc_tbl.h +++ b/fsw/inc/lc_tbl.h @@ -32,10 +32,10 @@ /************************************************************************* * Includes *************************************************************************/ -#include "cfe.h" -#include "lc_platform_cfg.h" -#include "lc_tbldefs.h" -#include "lc_extern_typedefs.h" +#include +#include +#include +#include /************************************************************************* * Type Definitions