From f66f6a106e60c1b859c1619db62276fbc9cd096b Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Jan 2023 11:35:38 -0500 Subject: [PATCH] Fix #71, Replace quotes with angle brackets in /inc --- fsw/inc/fm_msg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fsw/inc/fm_msg.h b/fsw/inc/fm_msg.h index 1cd9fee..f792882 100644 --- a/fsw/inc/fm_msg.h +++ b/fsw/inc/fm_msg.h @@ -24,12 +24,12 @@ #ifndef FM_MSG_H #define FM_MSG_H -#include "cfe.h" -#include "fm_platform_cfg.h" -#include "fm_extern_typedefs.h" +#include +#include +#include #ifdef FM_INCLUDE_DECOMPRESS -#include "cfs_fs_lib.h" +#include #endif /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */