aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-30 22:32:51 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-18 23:35:49 +0200
commitab04fb2d50be05b3955672ccf105f62f33194d6c (patch)
tree158628511c87cb336b82d89b6087f666b49112ae
parent292ec58e6730c013026f20578a40e1ff48b35688 (diff)
properly #include <openbsc/gsm_data.h> 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
-rw-r--r--openbsc/include/openbsc/gsm_subscriber.h5
1 files 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 <stdbool.h>
+
#include <osmocom/core/linuxlist.h>
#include <osmocom/gsm/protocol/gsm_23_003.h>
-#include <stdbool.h>
+#include <openbsc/gsm_data.h>
#define GSM_NAME_LENGTH 160