aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gprs/Makefile.am2
-rw-r--r--src/libcommon/common_vty.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/gprs/Makefile.am b/src/gprs/Makefile.am
index 654604b80..764acba2a 100644
--- a/src/gprs/Makefile.am
+++ b/src/gprs/Makefile.am
@@ -28,13 +28,11 @@ endif
OSMO_LIBS = \
$(LIBOSMOCORE_LIBS) \
- $(LIBOSMOABIS_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOVTY_LIBS) \
$(LIBOSMOCTRL_LIBS) \
$(LIBOSMOGB_LIBS) \
$(LIBGTP_LIBS) \
- $(LIBOSMOSIGTRAN_LIBS) \
$(NULL)
bin_PROGRAMS = \
diff --git a/src/libcommon/common_vty.c b/src/libcommon/common_vty.c
index ac3c7fc9f..e9605506a 100644
--- a/src/libcommon/common_vty.c
+++ b/src/libcommon/common_vty.c
@@ -33,7 +33,6 @@
#include <osmocom/vty/command.h>
#include <osmocom/vty/buffer.h>
#include <osmocom/vty/vty.h>
-#include <osmocom/sigtran/osmo_ss7.h>
int bsc_vty_go_parent(struct vty *vty)