Skip to content

Commit

Permalink
Merge pull request nasa#64 from dmknutsen/Issue_63
Browse files Browse the repository at this point in the history
Fix nasa#63, Replace quotes with angle brackets in /inc
  • Loading branch information
dmknutsen authored Jan 6, 2023
2 parents 85fa90d + 2baf821 commit db5717d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fsw/inc/mm_mission_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/************************************************************************
* Includes
************************************************************************/
#include "cfe_mission_cfg.h"
#include <cfe_mission_cfg.h>

/**
* \defgroup cfsmmmissioncfg CFS Memory Manager Mission Configuration
Expand Down
6 changes: 3 additions & 3 deletions fsw/inc/mm_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
/************************************************************************
* Includes
************************************************************************/
#include "mm_platform_cfg.h"
#include "cfe.h"
#include "mm_msgdefs.h"
#include <mm_platform_cfg.h>
#include <cfe.h>
#include <mm_msgdefs.h>

/************************************************************************
* Type Definitions
Expand Down

0 comments on commit db5717d

Please sign in to comment.