Skip to content

Commit

Permalink
Merge pull request #91 from jphickey/fix-90-use-cfe-h
Browse files Browse the repository at this point in the history
Fix #90, Use cfe.h header file
  • Loading branch information
astrogeco authored Mar 12, 2021
2 parents d91d44c + da6a073 commit d6e0a77
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 d6e0a77

Please sign in to comment.