fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30026 )
Change subject: trxcon: l1ctl.h: remove unneeded import of l1ctl_proto.h ......................................................................
trxcon: l1ctl.h: remove unneeded import of l1ctl_proto.h
Change-Id: Ie66bb553cffd72a59d949979d8f97bacfc0bdad0 --- M src/host/trxcon/include/osmocom/bb/trxcon/l1ctl.h 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/26/30026/1
diff --git a/src/host/trxcon/include/osmocom/bb/trxcon/l1ctl.h b/src/host/trxcon/include/osmocom/bb/trxcon/l1ctl.h index deeb318..1a8d775 100644 --- a/src/host/trxcon/include/osmocom/bb/trxcon/l1ctl.h +++ b/src/host/trxcon/include/osmocom/bb/trxcon/l1ctl.h @@ -4,7 +4,6 @@ #include <osmocom/core/msgb.h>
#include <osmocom/bb/trxcon/l1ctl_server.h> -#include <osmocom/bb/trxcon/l1ctl_proto.h>
/* Event handlers */ int l1ctl_rx_cb(struct l1ctl_client *l1c, struct msgb *msg);