From ab04fb2d50be05b3955672ccf105f62f33194d6c Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 30 May 2016 22:32:51 +0200 Subject: properly #include from gsm_subscriber.h Don't use quoted, local include, use <> style include. Cosmetic: also move stdbool.h include to the top to keep osmocom and openbsc includes grouped. Change-Id: Iaa3dc36768f96f6b8c91010a2ba389fdc37f1503 --- openbsc/include/openbsc/gsm_subscriber.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openbsc/include/openbsc/gsm_subscriber.h b/openbsc/include/openbsc/gsm_subscriber.h index 3d7c2449b..314d61923 100644 --- a/openbsc/include/openbsc/gsm_subscriber.h +++ b/openbsc/include/openbsc/gsm_subscriber.h @@ -1,11 +1,12 @@ #ifndef _GSM_SUBSCR_H #define _GSM_SUBSCR_H -#include "gsm_data.h" +#include + #include #include -#include +#include #define GSM_NAME_LENGTH 160 -- cgit v1.2.3