aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-06-15 16:27:21 +0700
committerlaforge <laforge@gnumonks.org>2019-06-15 11:24:00 +0000
commit49d45f1e851ebcaf4eef16d7becfa6e717f3fa89 (patch)
tree06e7f97fb95c11c0589815316675027931c3a7e0
parentefb1f60c76b1ee6c2986a3161f15037ff35b9d13 (diff)
libmsc/gsm_04_08.c: clean up unused leftover includes
During the recent refactoring, some code parts has been moved out of 'gsm_04_08.c', but the related header files were forgotten. Change-Id: I61e728069a1e79bf72c01ef9d9fc5fb171d3892e
-rw-r--r--src/libmsc/gsm_04_08.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/libmsc/gsm_04_08.c b/src/libmsc/gsm_04_08.c
index 68b12c03a..57dff4159 100644
--- a/src/libmsc/gsm_04_08.c
+++ b/src/libmsc/gsm_04_08.c
@@ -29,32 +29,19 @@
#include <errno.h>
#include <time.h>
#include <netinet/in.h>
-#include <regex.h>
#include <sys/types.h>
#include "config.h"
-#include <osmocom/msc/db.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/gsm_data.h>
-#include <osmocom/msc/gsm_subscriber.h>
-#include <osmocom/msc/gsm_04_11.h>
#include <osmocom/msc/gsm_04_08.h>
-#include <osmocom/msc/gsm_04_80.h>
-#include <osmocom/msc/gsm_04_14.h>
-#include <osmocom/msc/gsm_09_11.h>
#include <osmocom/msc/signal.h>
#include <osmocom/msc/transaction.h>
-#include <osmocom/msc/silent_call.h>
-#include <osmocom/msc/mncc_int.h>
-#include <osmocom/abis/e1_input.h>
-#include <osmocom/core/bitvec.h>
#include <osmocom/msc/vlr.h>
#include <osmocom/msc/msc_a.h>
-#include <osmocom/msc/paging.h>
#include <osmocom/gsm/gsm48.h>
-#include <osmocom/gsm/gsm0480.h>
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>
#include <osmocom/core/msgb.h>