diff --git a/unit-test/coveragetest/sample_app_coveragetest_common.h b/unit-test/coveragetest/sample_app_coveragetest_common.h index 0366374..8412c14 100644 --- a/unit-test/coveragetest/sample_app_coveragetest_common.h +++ b/unit-test/coveragetest/sample_app_coveragetest_common.h @@ -32,14 +32,14 @@ * Includes */ -#include -#include -#include +#include "utassert.h" +#include "uttest.h" +#include "utstubs.h" -#include -#include -#include -#include +#include "cfe.h" +#include "sample_app_events.h" +#include "sample_app.h" +#include "sample_app_table.h" /* * Macro to call a function and check its int32 return code diff --git a/unit-test/inc/ut_sample_app.h b/unit-test/inc/ut_sample_app.h index 3d55ecb..b1ae884 100644 --- a/unit-test/inc/ut_sample_app.h +++ b/unit-test/inc/ut_sample_app.h @@ -39,8 +39,8 @@ * Necessary to include these here to get the definition of the * "SAMPLE_APP_Data_t" typedef. */ -#include -#include +#include "sample_app_events.h" +#include "sample_app.h" /* * Allow UT access to the global "SAMPLE_APP_Data" object.