matanp has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/41414?usp=email )
Change subject: handover_decision_2: Drop unused include ......................................................................
handover_decision_2: Drop unused include
Change-Id: I599d9f92b29258ee17672a973a37aa1aab3971bf --- M src/osmo-bsc/handover_decision_2.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/14/41414/1
diff --git a/src/osmo-bsc/handover_decision_2.c b/src/osmo-bsc/handover_decision_2.c index 204c438..5309699 100644 --- a/src/osmo-bsc/handover_decision_2.c +++ b/src/osmo-bsc/handover_decision_2.c @@ -31,7 +31,6 @@ #include <osmocom/bsc/gsm_data.h> #include <osmocom/bsc/assignment_fsm.h> #include <osmocom/bsc/handover_fsm.h> -#include <osmocom/bsc/handover_decision.h> #include <osmocom/bsc/handover_decision_2.h> #include <osmocom/bsc/handover_cfg.h> #include <osmocom/bsc/bsc_subscriber.h>