aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-01-24 14:55:17 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-01-24 14:56:44 +0100
commit10b11325a77af9a159bf05af0cd2ad7a3d24dc58 (patch)
treeaacf5297a272ad51173809dd434613b3994dfead
parent8be9d7a6fef7991b7dbcf482ba2dfb63ab6faac9 (diff)
build: Do not require more headers from OpenBSC
There should be no other OpenBSC headers included and nobody is using bsc_controlif_setup. Remove the include. This was introduced in 4723a195081f0f9ff561e360620ee0ade50a2b39. Change-Id: I581f938e8fe9161b1d7076cedd74ff192cea86b2
-rw-r--r--src/common/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/main.c b/src/common/main.c
index 00c8b23d..1af4f348 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -53,7 +53,6 @@
#include <osmocom/ctrl/control_if.h>
#include <osmocom/ctrl/ports.h>
#include <osmocom/ctrl/control_vty.h>
-#include <openbsc/ctrl.h>
#include <osmo-bts/oml.h>
int quit = 0;