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