aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_data.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-30 01:46:51 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-30 22:46:15 +0100
commit7992122bac66f28ce2d77ddcd7aef8416796deea (patch)
tree490bb3d8edba3f2801cf840c8d78fe810919d3e0 /include/osmocom/msc/gsm_data.h
parenta8945ce37c23ba557b8b369943a5730b73c46604 (diff)
combine several small .h in msc_common.h
For hysterical raisins, there are some header files that contain few declarations, and where the name doesn't reflect the content. Combine them to new msc_common.h: - common.h - common_cs.h - osmo_msc.h Change-Id: I9e3a587342f8d398fb27354a2f2475f8797cdb28
Diffstat (limited to 'include/osmocom/msc/gsm_data.h')
-rw-r--r--include/osmocom/msc/gsm_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 35ec752cd..3ffa100a2 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -13,10 +13,10 @@
#include <osmocom/gsm/gsm48.h>
#include <osmocom/crypt/auth.h>
-#include <osmocom/msc/common.h>
-#include <osmocom/msc/common_cs.h>
#include <osmocom/mgcp_client/mgcp_client.h>
+#include <osmocom/msc/msc_common.h>
+
#include "gsm_data_shared.h"
/* TS 48.008 DLCI containing DCCH/ACCH + SAPI */