[PATCH] openbsc[master]: paging.h: use '<>' include, not '""'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Jan 26 00:47:14 UTC 2017


Review at  https://gerrit.osmocom.org/1679

paging.h: use '<>' include, not '""'

Also separate openbsc includes from osmocom/core includes.

Change-Id: I4da0cb32476202d06902531d07faed8004f689f9
---
M openbsc/include/openbsc/paging.h
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/79/1679/1

diff --git a/openbsc/include/openbsc/paging.h b/openbsc/include/openbsc/paging.h
index 2a10f4e..689ff51 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
  */

-- 
To view, visit https://gerrit.osmocom.org/1679
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4da0cb32476202d06902531d07faed8004f689f9
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list