aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc/handover_decision.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 15:15:32 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:26:13 +0200
commitc01647914b97ab8a1079330e36d0e1d024d3a804 (patch)
treedc22a90b524e2a5517805a8757016997db9eb12d /src/libbsc/handover_decision.c
parent538635ad5d5564087d285eda042b0cad9610c70e (diff)
move include/openbsc to include/osmocom/bsc
Diffstat (limited to 'src/libbsc/handover_decision.c')
-rw-r--r--src/libbsc/handover_decision.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libbsc/handover_decision.c b/src/libbsc/handover_decision.c
index 8d7e047b7..09c7eaa84 100644
--- a/src/libbsc/handover_decision.c
+++ b/src/libbsc/handover_decision.c
@@ -25,12 +25,12 @@
#include <errno.h>
#include <osmocom/core/msgb.h>
-#include <openbsc/debug.h>
-#include <openbsc/gsm_data.h>
-#include <openbsc/meas_rep.h>
-#include <openbsc/signal.h>
+#include <osmocom/bsc/debug.h>
+#include <osmocom/bsc/gsm_data.h>
+#include <osmocom/bsc/meas_rep.h>
+#include <osmocom/bsc/signal.h>
#include <osmocom/core/talloc.h>
-#include <openbsc/handover.h>
+#include <osmocom/bsc/handover.h>
#include <osmocom/gsm/gsm_utils.h>
/* Get reference to a neighbor cell on a given BCCH ARFCN */