diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h index 74970b92e..b21b79ccc 100644 --- a/include/openbsc/gsm_data.h +++ b/include/openbsc/gsm_data.h @@ -17,7 +17,6 @@ #include #include #include -#include /** annotations for msgb ownership */ @@ -486,11 +485,6 @@ struct gsm_network { /* Periodic location update default value */ uint8_t t3212; - struct { - struct mgcpgw_client_conf conf; - struct mgcpgw_client *client; - } mgcpgw; - struct { /* CS7 instance id number (set via VTY) */ uint32_t cs7_instance;