matanp has submitted this change. ( 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(-)
Approvals: osmith: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
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>