Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component-specific cFE headers not required (all are pulled in by cfe.h) #194

Closed
thnkslprpt opened this issue Feb 2, 2023 · 0 comments · Fixed by #195
Closed

Component-specific cFE headers not required (all are pulled in by cfe.h) #194

thnkslprpt opened this issue Feb 2, 2023 · 0 comments · Fixed by #195

Comments

@thnkslprpt
Copy link
Contributor

Describe the bug
The component-specific cFE header files (cfe_evs.h, cfe_sb.h etc.) are all already pulled by the all-inclusive cfe.h.

Expected behavior
Remove unnecessary header #include's.

Code snips

/*
** Required header files.
*/
#include "cfe.h"
#include "cfe_error.h"
#include "cfe_evs.h"
#include "cfe_sb.h"
#include "cfe_es.h"

Reporter Info
Avi Weiss @thnkslprpt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant