aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_data.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-28 18:20:22 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-28 18:20:22 +0800
commited8328695043ac84a063483d8143b574a176de98 (patch)
tree928b67eb77f1e758c5ad9317c449e34f12dc1a94 /openbsc/src/gsm_data.c
parent4049455d744455dd48fa359a220822303fc3a5be (diff)
gsm_data.c: Reorder includes to put osmocore up
Diffstat (limited to 'openbsc/src/gsm_data.c')
-rw-r--r--openbsc/src/gsm_data.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/openbsc/src/gsm_data.c b/openbsc/src/gsm_data.c
index de3a08d98..f71527d06 100644
--- a/openbsc/src/gsm_data.c
+++ b/openbsc/src/gsm_data.c
@@ -27,12 +27,14 @@
#include <netinet/in.h>
-#include <openbsc/gsm_data.h>
+#include <osmocore/linuxlist.h>
#include <osmocore/talloc.h>
#include <osmocore/gsm_utils.h>
-#include <openbsc/abis_nm.h>
#include <osmocore/statistics.h>
+#include <openbsc/gsm_data.h>
+#include <openbsc/abis_nm.h>
+
void *tall_bsc_ctx;
static LLIST_HEAD(bts_models);