aboutsummaryrefslogtreecommitdiffstats
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
parente2fee354cfd39decc71006b2ab2f9715510ded48 (diff)
misc: Remove gsm_subscriber.h include to reduce dependencies.
-rw-r--r--openbsc/include/openbsc/chan_alloc.h2
-rw-r--r--openbsc/src/chan_alloc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/chan_alloc.h b/openbsc/include/openbsc/chan_alloc.h
index 63f875b0e..bf50fa5a3 100644
--- a/openbsc/include/openbsc/chan_alloc.h
+++ b/openbsc/include/openbsc/chan_alloc.h
@@ -21,7 +21,7 @@
#ifndef _CHAN_ALLOC_H
#define _CHAN_ALLOC_H
-#include "gsm_subscriber.h"
+#include "gsm_data.h"
struct gsm_subscriber_connection;
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>