From a5c71bf39a0347bb38e9242a0e5108eeaad16c18 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 25 Jan 2017 16:15:43 +0100 Subject: paging.h: use '<>' include, not '""' Also separate openbsc includes from osmocom/core includes. Change-Id: I4da0cb32476202d06902531d07faed8004f689f9 --- openbsc/include/openbsc/paging.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openbsc/include/openbsc/paging.h b/openbsc/include/openbsc/paging.h index 2a10f4ef1..689ff5173 100644 --- a/openbsc/include/openbsc/paging.h +++ b/openbsc/include/openbsc/paging.h @@ -24,10 +24,11 @@ #include #include -#include "gsm_data.h" -#include "gsm_subscriber.h" #include +#include +#include + /** * A pending paging request */ -- cgit v1.2.3