Skip to content

Commit

Permalink
Fix nasa#77, use cfe.h instead of individual headers
Browse files Browse the repository at this point in the history
The all-inclusive header should give everything needed, and be
more future proof in case component names ever need to change.
  • Loading branch information
jphickey committed Mar 9, 2021
1 parent 296d12c commit 5606370
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fsw/src/ci_lab_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@
** Required header files...
*/
#include "common_types.h"
#include "cfe_error.h"
#include "cfe_evs.h"
#include "cfe_sb.h"
#include "cfe_es.h"
#include "cfe_msg_api.h"
#include "cfe.h"

#include "osapi.h"

Expand Down

0 comments on commit 5606370

Please sign in to comment.