aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-25 16:15:43 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-02 04:26:36 +0100
commita5c71bf39a0347bb38e9242a0e5108eeaad16c18 (patch)
tree0ead1fb7f9833aa2a7118d9e0c67d5cdb9adc961 /openbsc/include
parent150abfffbf95238293484e3e847d253cb33bc259 (diff)
paging.h: use '<>' include, not '""'
Also separate openbsc includes from osmocom/core includes. Change-Id: I4da0cb32476202d06902531d07faed8004f689f9
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/paging.h5
1 files 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 <string.h>
#include <osmocom/core/linuxlist.h>
-#include "gsm_data.h"
-#include "gsm_subscriber.h"
#include <osmocom/core/timer.h>
+#include <openbsc/gsm_data.h>
+#include <openbsc/gsm_subscriber.h>
+
/**
* A pending paging request
*/