aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-10 18:11:22 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-11 18:33:09 +0100
commit75172124e7260a25e96d3bc385d30f02c8c1f49d (patch)
tree53a20af7c71decfabd794444c285948c820477e2 /openbsc
parent3dfe8a1705528a964b7328db9cc9eb29d30ec2cc (diff)
sms: Re-order the include files after the separationf OpenBSC and osmocore
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libmsc/gsm_04_11.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/openbsc/src/libmsc/gsm_04_11.c b/openbsc/src/libmsc/gsm_04_11.c
index 76c37208b..e6956484f 100644
--- a/openbsc/src/libmsc/gsm_04_11.c
+++ b/openbsc/src/libmsc/gsm_04_11.c
@@ -4,7 +4,7 @@
/* (C) 2008 by Daniel Willmann <daniel@totalueberwachung.de>
* (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
*
* All Rights Reserved
@@ -35,18 +35,20 @@
#include "bscconfig.h"
#include <osmocom/core/msgb.h>
+#include <osmocom/core/talloc.h>
+
#include <osmocom/gsm/tlv.h>
+#include <osmocom/gsm/gsm_utils.h>
+
#include <openbsc/debug.h>
#include <openbsc/gsm_data.h>
#include <openbsc/db.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/gsm_04_11.h>
#include <openbsc/gsm_04_08.h>
-#include <osmocom/gsm/gsm_utils.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/signal.h>
#include <openbsc/db.h>
-#include <osmocom/core/talloc.h>
#include <openbsc/transaction.h>
#include <openbsc/paging.h>
#include <openbsc/bsc_rll.h>