mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 21:43:32 +00:00
sms: Re-order the include files after the separationf OpenBSC and osmocore
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
/* (C) 2008 by Daniel Willmann <daniel@totalueberwachung.de>
|
/* (C) 2008 by Daniel Willmann <daniel@totalueberwachung.de>
|
||||||
* (C) 2009 by Harald Welte <laforge@gnumonks.org>
|
* (C) 2009 by Harald Welte <laforge@gnumonks.org>
|
||||||
* (C) 2010 by Holger Hans Peter Freyther <zecke@selfish.org>
|
* (C) 2010-2012 by Holger Hans Peter Freyther <zecke@selfish.org>
|
||||||
* (C) 2010 by On-Waves
|
* (C) 2010 by On-Waves
|
||||||
*
|
*
|
||||||
* All Rights Reserved
|
* All Rights Reserved
|
||||||
@@ -35,18 +35,20 @@
|
|||||||
#include "bscconfig.h"
|
#include "bscconfig.h"
|
||||||
|
|
||||||
#include <osmocom/core/msgb.h>
|
#include <osmocom/core/msgb.h>
|
||||||
|
#include <osmocom/core/talloc.h>
|
||||||
|
|
||||||
#include <osmocom/gsm/tlv.h>
|
#include <osmocom/gsm/tlv.h>
|
||||||
|
#include <osmocom/gsm/gsm_utils.h>
|
||||||
|
|
||||||
#include <openbsc/debug.h>
|
#include <openbsc/debug.h>
|
||||||
#include <openbsc/gsm_data.h>
|
#include <openbsc/gsm_data.h>
|
||||||
#include <openbsc/db.h>
|
#include <openbsc/db.h>
|
||||||
#include <openbsc/gsm_subscriber.h>
|
#include <openbsc/gsm_subscriber.h>
|
||||||
#include <openbsc/gsm_04_11.h>
|
#include <openbsc/gsm_04_11.h>
|
||||||
#include <openbsc/gsm_04_08.h>
|
#include <openbsc/gsm_04_08.h>
|
||||||
#include <osmocom/gsm/gsm_utils.h>
|
|
||||||
#include <openbsc/abis_rsl.h>
|
#include <openbsc/abis_rsl.h>
|
||||||
#include <openbsc/signal.h>
|
#include <openbsc/signal.h>
|
||||||
#include <openbsc/db.h>
|
#include <openbsc/db.h>
|
||||||
#include <osmocom/core/talloc.h>
|
|
||||||
#include <openbsc/transaction.h>
|
#include <openbsc/transaction.h>
|
||||||
#include <openbsc/paging.h>
|
#include <openbsc/paging.h>
|
||||||
#include <openbsc/bsc_rll.h>
|
#include <openbsc/bsc_rll.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user