aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
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/include
parente2fee354cfd39decc71006b2ab2f9715510ded48 (diff)
misc: Remove gsm_subscriber.h include to reduce dependencies.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/chan_alloc.h2
1 files changed, 1 insertions, 1 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;