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
This commit is contained in:
Neels Hofmeyr 2016-05-30 22:32:51 +02:00
parent 292ec58e67
commit ab04fb2d50
1 changed files with 3 additions and 2 deletions

View File

@ -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