From db6a8ec4b2db4e59f007836908f075f331d9798c Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Jan 2023 10:28:01 -0500 Subject: [PATCH] Fix #357, Replace quotes with angle brackets in /inc --- fsw/inc/cf_extern_typedefs.h | 4 ++-- fsw/inc/cf_msg.h | 8 ++++---- fsw/inc/cf_tbldefs.h | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fsw/inc/cf_extern_typedefs.h b/fsw/inc/cf_extern_typedefs.h index 413b6942..88fb2e6b 100644 --- a/fsw/inc/cf_extern_typedefs.h +++ b/fsw/inc/cf_extern_typedefs.h @@ -26,7 +26,7 @@ #ifndef CF_EXTERN_TYPEDEFS_H #define CF_EXTERN_TYPEDEFS_H -#include "cf_platform_cfg.h" +#include /** * @brief Values for CFDP file transfer class @@ -70,4 +70,4 @@ typedef struct CF_TxnFilenames char dst_filename[CF_FILENAME_MAX_LEN]; } CF_TxnFilenames_t; -#endif /* CF_EXTERN_TYPEDEFS_H */ \ No newline at end of file +#endif /* CF_EXTERN_TYPEDEFS_H */ diff --git a/fsw/inc/cf_msg.h b/fsw/inc/cf_msg.h index 4d36989b..c7576784 100644 --- a/fsw/inc/cf_msg.h +++ b/fsw/inc/cf_msg.h @@ -26,10 +26,10 @@ #ifndef CF_MSG_H #define CF_MSG_H -#include "cfe.h" -#include "cf_platform_cfg.h" -#include "cf_extern_typedefs.h" -#include "cf_tbldefs.h" +#include +#include +#include +#include #define CF_ALL_CHANNELS (255) #define CF_ALL_POLLDIRS (CF_ALL_CHANNELS) diff --git a/fsw/inc/cf_tbldefs.h b/fsw/inc/cf_tbldefs.h index ca55204e..92c9bfb7 100644 --- a/fsw/inc/cf_tbldefs.h +++ b/fsw/inc/cf_tbldefs.h @@ -25,8 +25,8 @@ #ifndef CF_TBLDEFS_H #define CF_TBLDEFS_H -#include "cf_platform_cfg.h" -#include "cf_extern_typedefs.h" +#include +#include /** * \brief Configuration entry for directory polling