aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-26 13:31:42 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-19 08:43:46 +0000
commit1187a7719c07476b9926c2fcafa64a6e003550d9 (patch)
tree971995dfc4292ff302a4d088364d615a120de3a0 /src/bts.h
parent910a387b0eefa22308446eda7604468ab1a157ad (diff)
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
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bts.h b/src/bts.h
index 25f8ccde..9b38ba94 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -26,17 +26,17 @@ extern "C" {
#include <osmocom/core/linuxlist.h>
#include <osmocom/core/rate_ctr.h>
#include <osmocom/core/stat_item.h>
-#include <osmocom/core/timer.h>
-#include <osmocom/core/gsmtap.h>
#include <osmocom/gsm/l1sap.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>
}
+#include <gsm_rlcmac.h>
#include "poll_controller.h"
#include "sba.h"
#include "tbf.h"
#include "gprs_ms_storage.h"
#include "gprs_coding_scheme.h"
+#include <cxx_linuxlist.h>
#endif
#include <stdint.h>