From 104851632d7609a89b6cc9384a6f5da04e7cec52 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 13 Feb 2018 23:22:03 +0100 Subject: libcommon: join gsm_data_shared.* into gsm_data.* The separation of gsm_data_shared.* from gsm_data.* historically allowed compiling parts of it into osmo-bts, which we have dropped since (osmo-bts has its own copy now). Even though gsm_data.* now becomes rather large by it, remove the legacy separation to get rid of the "shared" naming, which is no longer meaningful. A future patch might separate into meaningful smaller bits, if we get the time. Change-Id: Ie247bc492efb331871d970c56700595ad3f7e201 --- src/utils/meas_json.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/meas_json.c b/src/utils/meas_json.c index 4623ee098..b91e78b88 100644 --- a/src/utils/meas_json.c +++ b/src/utils/meas_json.c @@ -38,7 +38,6 @@ #include #include -#include #include static void print_meas_rep_uni_json(struct gsm_meas_rep_unidir *mru) -- cgit v1.2.3