From 5cebe51586789cb8c7ab39109afb128273f0d55b Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Jan 2023 13:02:28 -0500 Subject: [PATCH] Fix #45, Replace quotes with angle brackets in /inc --- fsw/inc/md_msg.h | 6 +++--- fsw/inc/md_msgdefs.h | 2 +- fsw/inc/md_tbldefs.h | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fsw/inc/md_msg.h b/fsw/inc/md_msg.h index d465145..0fd37aa 100644 --- a/fsw/inc/md_msg.h +++ b/fsw/inc/md_msg.h @@ -25,9 +25,9 @@ #ifndef MD_MSG_H #define MD_MSG_H -#include "md_platform_cfg.h" -#include "cfe.h" -#include "md_msgdefs.h" +#include +#include +#include /************************************************************************ * Type Definitions diff --git a/fsw/inc/md_msgdefs.h b/fsw/inc/md_msgdefs.h index de24ebc..e46b6fb 100644 --- a/fsw/inc/md_msgdefs.h +++ b/fsw/inc/md_msgdefs.h @@ -28,7 +28,7 @@ #ifndef MD_MSGDEFS_H #define MD_MSGDEFS_H -#include "md_platform_cfg.h" +#include /** * \defgroup cfsmdcmdcodes CFS Memory Dwell Command Codes diff --git a/fsw/inc/md_tbldefs.h b/fsw/inc/md_tbldefs.h index 5d446c9..2f74110 100644 --- a/fsw/inc/md_tbldefs.h +++ b/fsw/inc/md_tbldefs.h @@ -24,9 +24,9 @@ #ifndef MD_TBLDEFS_H #define MD_TBLDEFS_H -#include "md_platform_cfg.h" -#include "cfe.h" -#include "md_msg.h" /* For MD_SymAddr_t */ +#include +#include +#include /* For MD_SymAddr_t */ /************************************************************************ * Type Definitions