aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface_layer3.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-26 20:18:24 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-26 20:18:24 +0100
commit10ca3799e7a769fe01a76cc0569db95cdf0f7c16 (patch)
treeb95b745d5527be97dc7db31f3a67b6b0547450cd /openbsc/src/vty_interface_layer3.c
parente1d506778994c6f844d60c903d7cdeb2ffc74925 (diff)
parent140f6e9b12fcb83d161dc1cd8c5d6972ef86fc7c (diff)
Merge remote branch 'origin/master' into on-waves/sccp
Diffstat (limited to 'openbsc/src/vty_interface_layer3.c')
-rw-r--r--openbsc/src/vty_interface_layer3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/src/vty_interface_layer3.c b/openbsc/src/vty_interface_layer3.c
index f2b572895..b824c3db6 100644
--- a/openbsc/src/vty_interface_layer3.c
+++ b/openbsc/src/vty_interface_layer3.c
@@ -29,16 +29,16 @@
#include <arpa/inet.h>
-#include <openbsc/linuxlist.h>
+#include <osmocore/linuxlist.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/silent_call.h>
#include <openbsc/gsm_04_11.h>
#include <openbsc/e1_input.h>
#include <openbsc/abis_nm.h>
-#include <openbsc/gsm_utils.h>
+#include <osmocore/gsm_utils.h>
#include <openbsc/db.h>
-#include <openbsc/talloc.h>
+#include <osmocore/talloc.h>
#include <openbsc/signal.h>
#include <openbsc/debug.h>