fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/29955 )
Change subject: trxcon: l1ctl.c: remove unused headers ......................................................................
trxcon: l1ctl.c: remove unused headers
Change-Id: Ie2f320bf2ce9296db2c016d6ed7ddb54985e4089 --- M src/host/trxcon/src/l1ctl.c 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/src/host/trxcon/src/l1ctl.c b/src/host/trxcon/src/l1ctl.c index 5f1e610..87bfe74 100644 --- a/src/host/trxcon/src/l1ctl.c +++ b/src/host/trxcon/src/l1ctl.c @@ -26,14 +26,12 @@ #include <stdlib.h> #include <stdint.h> #include <string.h> -#include <assert.h>
#include <arpa/inet.h>
#include <osmocom/core/fsm.h> #include <osmocom/core/msgb.h> #include <osmocom/core/talloc.h> -#include <osmocom/core/select.h>
#include <osmocom/gsm/gsm0502.h> #include <osmocom/gsm/gsm_utils.h>