This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit cad0f694d7bb77587902e41e272c4a4596cd59dc
Author: Andrzej Kaczmarek <andrzej.kaczma...@codecoup.pl>
AuthorDate: Wed Oct 12 21:34:16 2022 +0200

    hw/ipc_nrf5340: Remove unused includes
---
 hw/drivers/ipc_nrf5340/src/ipc_nrf5340.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/hw/drivers/ipc_nrf5340/src/ipc_nrf5340.c 
b/hw/drivers/ipc_nrf5340/src/ipc_nrf5340.c
index 1ea3561fc..82aa14dd1 100644
--- a/hw/drivers/ipc_nrf5340/src/ipc_nrf5340.c
+++ b/hw/drivers/ipc_nrf5340/src/ipc_nrf5340.c
@@ -21,9 +21,6 @@
 #include <os/os.h>
 #include <ipc_nrf5340/ipc_nrf5340.h>
 #include <nrfx.h>
-#include <hal/hal_gpio.h>
-#include <bsp.h>
-#include <nrf_mutex.h>
 #include "ipc_nrf5340_priv.h"
 
 #if MYNEWT_VAL(IPC_NRF5340_NET_GPIO)

Reply via email to