Skip to content

Commit

Permalink
Merge pull request #72 from dmknutsen/Issue_71
Browse files Browse the repository at this point in the history
Fix #71, Replace quotes with angle brackets in /inc
  • Loading branch information
dzbaker committed Jan 6, 2023
2 parents 4e5aadd + f66f6a1 commit c856997
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fsw/inc/fm_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cfe.h>
#include <fm_platform_cfg.h>
#include <fm_extern_typedefs.h>

#ifdef FM_INCLUDE_DECOMPRESS
#include "cfs_fs_lib.h"
#include <cfs_fs_lib.h>
#endif

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
Expand Down

0 comments on commit c856997

Please sign in to comment.