cell_locations.h: Fix includes

No sigtran header is needed as a dependecy in that header.
struct gsm0808_cell_id is defined in gsm0808_utils.h.

Change-Id: Iceedd7a8c2e050e6631c5f471d2eb71ab8ee2432
This commit is contained in:
Pau Espin Pedrol
2025-07-14 19:45:34 +02:00
parent b585ad15c9
commit 9b3ab7372b

View File

@@ -23,7 +23,7 @@
#include <stdint.h> #include <stdint.h>
#include <osmocom/core/linuxlist.h> #include <osmocom/core/linuxlist.h>
#include <osmocom/sigtran/sccp_sap.h> #include <osmocom/gsm/gsm0808_utils.h>
struct osmo_gad; struct osmo_gad;