Skip to content

Commit

Permalink
Fix nasa#90, Use cfe.h header file
Browse files Browse the repository at this point in the history
Replaces individual includes with the all-inclusive "cfe.h" header.
  • Loading branch information
jphickey committed Mar 11, 2021
1 parent d91d44c commit da6a073
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion fsw/src/to_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "to_lab_perfids.h"
#include "to_lab_version.h"
#include "to_lab_sub_table.h"
#include "cfe_msg_api.h"

/*
** Global Data Section
Expand Down
8 changes: 1 addition & 7 deletions fsw/src/to_lab_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
#ifndef _to_lab_app_h_
#define _to_lab_app_h_

#include "cfe_error.h"
#include "cfe_sb.h"
#include "cfe_time.h"
#include "cfe_evs.h"
#include "cfe_sb.h"
#include "cfe_es.h"
#include "cfe_tbl.h"
#include "cfe.h"

#include <errno.h>
#include <string.h>
Expand Down

0 comments on commit da6a073

Please sign in to comment.