From 6d6dea05a38200d5184e8df30326b4cc65f4f692 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 26 Jan 2018 13:31:42 +0100 Subject: Update header includes Many files include unnecessary headers and don't include headers which are actually used. Because of that combined with the fact that OsmoPCU is a mixture of C and C++, it makes it hard to modularize code. Fix this (using iwyu [1] tool): * add missing headers * remove unused headers [1] https://include-what-you-use.org/ Related: OS#1539 Change-Id: I8c9f488a43b099c72b2d30d3245e7ba50872fc00 --- src/gprs_bssgp_pcu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gprs_bssgp_pcu.h') diff --git a/src/gprs_bssgp_pcu.h b/src/gprs_bssgp_pcu.h index bb449034..4eda57d6 100644 --- a/src/gprs_bssgp_pcu.h +++ b/src/gprs_bssgp_pcu.h @@ -42,8 +42,6 @@ struct bssgp_bvc_ctx *btsctx_alloc(uint16_t bvci, uint16_t nsei); #define NS_HDR_LEN 4 #define IE_LLC_PDU 14 -struct gprs_rlcmac_bts; - struct gprs_bssgp_pcu { struct gprs_nsvc *nsvc; struct bssgp_bvc_ctx *bctx; -- cgit v1.2.3