diff --git a/fsw/inc/cf_extern_typedefs.h b/fsw/inc/cf_extern_typedefs.h index 413b6942..88fb2e6b 100644 --- a/fsw/inc/cf_extern_typedefs.h +++ b/fsw/inc/cf_extern_typedefs.h @@ -26,7 +26,7 @@ #ifndef CF_EXTERN_TYPEDEFS_H #define CF_EXTERN_TYPEDEFS_H -#include "cf_platform_cfg.h" +#include /** * @brief Values for CFDP file transfer class @@ -70,4 +70,4 @@ typedef struct CF_TxnFilenames char dst_filename[CF_FILENAME_MAX_LEN]; } CF_TxnFilenames_t; -#endif /* CF_EXTERN_TYPEDEFS_H */ \ No newline at end of file +#endif /* CF_EXTERN_TYPEDEFS_H */ diff --git a/fsw/inc/cf_msg.h b/fsw/inc/cf_msg.h index 4d36989b..c7576784 100644 --- a/fsw/inc/cf_msg.h +++ b/fsw/inc/cf_msg.h @@ -26,10 +26,10 @@ #ifndef CF_MSG_H #define CF_MSG_H -#include "cfe.h" -#include "cf_platform_cfg.h" -#include "cf_extern_typedefs.h" -#include "cf_tbldefs.h" +#include +#include +#include +#include #define CF_ALL_CHANNELS (255) #define CF_ALL_POLLDIRS (CF_ALL_CHANNELS) diff --git a/fsw/inc/cf_tbldefs.h b/fsw/inc/cf_tbldefs.h index ca55204e..92c9bfb7 100644 --- a/fsw/inc/cf_tbldefs.h +++ b/fsw/inc/cf_tbldefs.h @@ -25,8 +25,8 @@ #ifndef CF_TBLDEFS_H #define CF_TBLDEFS_H -#include "cf_platform_cfg.h" -#include "cf_extern_typedefs.h" +#include +#include /** * \brief Configuration entry for directory polling