pespin submitted this change.
Drop unneeded use of abis/ipa.h header
Direct include of abis/ipa.h is not needed there, remove it to ease
later deprecation of such header.
Change-Id: I72d0787d4f5641a6a2fbe51427ac490120cbc616
---
M src/remote_hlr.c
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/remote_hlr.c b/src/remote_hlr.c
index 93157a3..f80f460 100644
--- a/src/remote_hlr.c
+++ b/src/remote_hlr.c
@@ -20,7 +20,7 @@
#include <osmocom/gsm/protocol/gsm_04_08_gprs.h>
#include <osmocom/gsm/gsup.h>
#include <osmocom/gsm/gsm23003.h>
-#include <osmocom/abis/ipa.h>
+#include <osmocom/gsm/ipa.h>
#include <osmocom/gsupclient/gsup_client.h>
#include <osmocom/hlr/logging.h>
#include <osmocom/hlr/hlr.h>
To view, visit change 39085. To unsubscribe, or for help writing mail filters, visit settings.