Remove errorneous include

The gsm_data_shared.h header is installable and used by OsmoBTS so it
should not include any private (non-installable headers) to avoid
OsmoBTS' build failures.

Change-Id: Ic25031101fc01bd732fe691132c081ad05fa6a4b
This commit is contained in:
Max 2017-05-18 14:17:10 +02:00
parent defb6c95c1
commit 71124de33c
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#endif
#include <openbsc/common_cs.h>
#include <openbsc/rest_octets.h>
struct osmo_bsc_data;