fix build: remove obsolete header legacy_mgcp/mgcp.h

Since Ifb8f3fc2b399662a9dbba174e942352a1a21df3f libosmo-mgcp-client has its own
definitions in mgcp_common.h, which conflict with legacy_mgcp/mgcp.h. This
cross-inclusion to support libosmo-mgcp-client is no longer necessary.

In the future, including libosmo-mgcp-client together with libosmo-mgcp will be
made possible, but not with libosmo-legacy-mgcp (because we don't care enough).
That is why including libosmo-legacy-mgcp headers would cause build failure.

Depends: Ifb8f3fc2b399662a9dbba174e942352a1a21df3f
Change-Id: I8e3359bedf973077c0a038aa04f5371a00c48fa0
This commit is contained in:
Neels Hofmeyr 2017-09-24 19:03:36 +02:00
parent 165a7d7cc8
commit 6e0f7d145a
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include <osmocom/msc/msc_ifaces.h> #include <osmocom/msc/msc_ifaces.h>
#include <osmocom/msc/gsm_subscriber.h> #include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/msc/transaction.h> #include <osmocom/msc/transaction.h>
#include <osmocom/legacy_mgcp/mgcp.h>
#include <osmocom/mgcp_client/mgcp_client.h> #include <osmocom/mgcp_client/mgcp_client.h>
#include <osmocom/msc/vlr.h> #include <osmocom/msc/vlr.h>
#include <osmocom/msc/a_iface.h> #include <osmocom/msc/a_iface.h>