fixeria submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
trxcon: drop unneeded imports in trxcon_main.c

Change-Id: I2868f83f55a6cbf3efc59f35ab7666671d22cf93
---
M src/host/trxcon/src/trxcon_main.c
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/host/trxcon/src/trxcon_main.c b/src/host/trxcon/src/trxcon_main.c
index cf04679..95e5549 100644
--- a/src/host/trxcon/src/trxcon_main.c
+++ b/src/host/trxcon/src/trxcon_main.c
@@ -28,8 +28,6 @@
#include <errno.h>
#include <time.h>

-#include <arpa/inet.h>
-
#include <osmocom/core/fsm.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/talloc.h>
@@ -39,14 +37,11 @@
#include <osmocom/core/gsmtap_util.h>
#include <osmocom/core/gsmtap.h>

-#include <osmocom/gsm/gsm_utils.h>
-
#include <osmocom/bb/trxcon/trxcon.h>
#include <osmocom/bb/trxcon/trxcon_fsm.h>
#include <osmocom/bb/trxcon/phyif.h>
#include <osmocom/bb/trxcon/trx_if.h>
#include <osmocom/bb/trxcon/logging.h>
-#include <osmocom/bb/trxcon/l1ctl.h>
#include <osmocom/bb/trxcon/l1ctl_server.h>

#define COPYRIGHT \

To view, visit change 30104. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I2868f83f55a6cbf3efc59f35ab7666671d22cf93
Gerrit-Change-Number: 30104
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged