Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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