pespin submitted this change.
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
---
M include/osmocom/smlc/cell_locations.h
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/osmocom/smlc/cell_locations.h b/include/osmocom/smlc/cell_locations.h
index 9712718..5eb5d7e 100644
--- a/include/osmocom/smlc/cell_locations.h
+++ b/include/osmocom/smlc/cell_locations.h
@@ -23,7 +23,7 @@
#include <stdint.h>
#include <osmocom/core/linuxlist.h>
-#include <osmocom/sigtran/sccp_sap.h>
+#include <osmocom/gsm/gsm0808_utils.h>
struct osmo_gad;
To view, visit change 40677. To unsubscribe, or for help writing mail filters, visit settings.