signal.h: Don't include gsm_subscriber but rather declare it

This commit is contained in:
Harald Welte 2010-04-26 21:55:29 +02:00
parent cb99163249
commit b7bd65ea01
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#include <errno.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <osmocore/signal.h>
@ -118,6 +117,8 @@ enum signal_global {
S_GLOBAL_SHUTDOWN,
};
struct gsm_subscriber;
struct paging_signal_data {
struct gsm_subscriber *subscr;
struct gsm_bts *bts;