aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/chan_alloc.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-22 18:13:00 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-22 18:26:36 +0100
commit3547045c738157baa1e702543fe89e1584108779 (patch)
treec48790fe1dd83bebeea780336808dda225087ffb /openbsc/src/chan_alloc.c
parente2fee354cfd39decc71006b2ab2f9715510ded48 (diff)
misc: Remove gsm_subscriber.h include to reduce dependencies.
Diffstat (limited to 'openbsc/src/chan_alloc.c')
-rw-r--r--openbsc/src/chan_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/chan_alloc.c b/openbsc/src/chan_alloc.c
index ff5600bf3..5c1644642 100644
--- a/openbsc/src/chan_alloc.c
+++ b/openbsc/src/chan_alloc.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <errno.h>
-#include <openbsc/gsm_data.h>
+#include <openbsc/gsm_subscriber.h>
#include <openbsc/chan_alloc.h>
#include <openbsc/abis_nm.h>
#include <openbsc/abis_rsl.h>