Skip to content

Commit

Permalink
Remove redundant includes (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
  • Loading branch information
Hadatko authored Jan 27, 2023
1 parent 6e3bb98 commit ae54178
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions test/common/unit_test_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@

#if (defined(RPMSG) || defined(UART) || defined(MU))
extern "C" {
#if defined(RPMSG)
#define APP_ERPC_READY_EVENT_DATA (1)
#include "mcmgr.h"
#include "rpmsg_lite.h"
#include "app_core1.h"
#elif defined(UART)
#if defined(UART)
#include "fsl_lpuart_cmsis.h"
#include "app_core0.h"
#elif defined(MU)
#else
#if defined(RPMSG)
#include "rpmsg_lite.h"
#endif
#define APP_ERPC_READY_EVENT_DATA (1)
#include "mcmgr.h"
#include "app_core1.h"
Expand Down

0 comments on commit ae54178

Please sign in to comment.