misc: Remove gsm_subscriber.h include to reduce dependencies.
diff --git a/openbsc/include/openbsc/chan_alloc.h b/openbsc/include/openbsc/chan_alloc.h
index 63f875b..bf50fa5 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 ff5600b..5c16446 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>