summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-04-24 16:56:15 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-04-24 16:56:15 +0200
commita78c3927a0b241b78665e23d6df0d9c6da9f4e55 (patch)
tree49c1e00d103028168c920e5f60b0917365a4000b /src/host/layer23/src
parenta7bf51ac0e3ac3285a1b1bb77f5a1f6244f88d2d (diff)
layer23: common/vty: Drop includes pointing to mobile app
Diffstat (limited to 'src/host/layer23/src')
-rw-r--r--src/host/layer23/src/common/vty.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/host/layer23/src/common/vty.c b/src/host/layer23/src/common/vty.c
index f28b6eb3..d9dc0224 100644
--- a/src/host/layer23/src/common/vty.c
+++ b/src/host/layer23/src/common/vty.c
@@ -41,12 +41,6 @@
#include <osmocom/bb/common/networks.h>
#include <osmocom/bb/common/gps.h>
#include <osmocom/bb/common/l1l2_interface.h>
-#include <osmocom/bb/mobile/mncc.h>
-#include <osmocom/bb/mobile/mncc_ms.h>
-#include <osmocom/bb/mobile/transaction.h>
-#include <osmocom/bb/mobile/vty.h>
-#include <osmocom/bb/mobile/gsm480_ss.h>
-#include <osmocom/bb/mobile/gsm411_sms.h>
extern struct llist_head active_connections; /* libosmocore */