Skip to content

Commit d08de30

Browse files
authored
Merge pull request #79 from dmknutsen/Issue_78
Fix #78, Replace quotes with angle brackets in /inc
2 parents c46f750 + 75a7fda commit d08de30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fsw/inc/ds_extern_typedefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#ifndef DS_EXTERN_TYPEDEFS_H
2727
#define DS_EXTERN_TYPEDEFS_H
2828

29-
#include "cfe.h"
29+
#include <cfe.h>
3030

3131
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
3232
/* */

fsw/inc/ds_msg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#ifndef DS_MSG_H
2525
#define DS_MSG_H
2626

27-
#include "cfe.h"
28-
#include "ds_platform_cfg.h"
27+
#include <cfe.h>
28+
#include <ds_platform_cfg.h>
2929

3030
/**
3131
* \defgroup cfsdscmdstructs CFS Data Storage Command Structures

0 commit comments

Comments
 (0)