From a6d0c1e556d671f457f4274dff47908ab4c218cb Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Jan 2023 11:55:47 -0500 Subject: [PATCH] Fix #62, Replace quotes with angle brackets in /inc --- fsw/inc/hs_custom.h | 4 ++-- fsw/inc/hs_extern_typedefs.h | 6 +++--- fsw/inc/hs_msg.h | 6 +++--- fsw/inc/hs_tbl.h | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/fsw/inc/hs_custom.h b/fsw/inc/hs_custom.h index 891a862..d13979a 100644 --- a/fsw/inc/hs_custom.h +++ b/fsw/inc/hs_custom.h @@ -28,7 +28,7 @@ /************************************************************************* * Includes ************************************************************************/ -#include "cfe.h" +#include /************************************************************************* * Constants @@ -242,4 +242,4 @@ typedef struct /**\}*/ -#endif \ No newline at end of file +#endif diff --git a/fsw/inc/hs_extern_typedefs.h b/fsw/inc/hs_extern_typedefs.h index 7a7b898..c4de3ea 100644 --- a/fsw/inc/hs_extern_typedefs.h +++ b/fsw/inc/hs_extern_typedefs.h @@ -26,8 +26,8 @@ #ifndef HS_EXTERN_TYPEDEFS_H #define HS_EXTERN_TYPEDEFS_H -#include "cfe.h" -#include "hs_platform_cfg.h" +#include +#include /************************************************************************* * Type Definitions @@ -90,4 +90,4 @@ typedef struct HS_MATMsgBuf_t MsgBuf; /**< \brief Message to be sent */ } HS_MATEntry_t; -#endif /* HS_EXTERN_TYPEDEFS_H */ \ No newline at end of file +#endif /* HS_EXTERN_TYPEDEFS_H */ diff --git a/fsw/inc/hs_msg.h b/fsw/inc/hs_msg.h index 8467a4b..d1a8044 100644 --- a/fsw/inc/hs_msg.h +++ b/fsw/inc/hs_msg.h @@ -32,9 +32,9 @@ /************************************************************************ * Includes ************************************************************************/ -#include "hs_msgdefs.h" -#include "hs_platform_cfg.h" -#include "cfe.h" +#include +#include +#include /************************************************************************ * Macro Definitions diff --git a/fsw/inc/hs_tbl.h b/fsw/inc/hs_tbl.h index b73ee02..b79ff0f 100644 --- a/fsw/inc/hs_tbl.h +++ b/fsw/inc/hs_tbl.h @@ -31,9 +31,9 @@ /************************************************************************* * Includes *************************************************************************/ -#include "cfe.h" -#include "hs_tbldefs.h" -#include "hs_platform_cfg.h" +#include +#include +#include /************************************************************************ * Macro Definitions