sdp: remove circular inclusion

The header file mgcp_sdp.h includes itsself.

- remove unnecessary circular inclusion

Change-Id: I816c6b922641c0b58053714244ada22a75781956
This commit is contained in:
Philipp Maier
2018-05-25 11:42:54 +02:00
parent dbd70c7b68
commit 1b3a385b9d

View File

@@ -21,7 +21,6 @@
*/
#pragma once
#include <osmocom/mgcp/mgcp_sdp.h>
int mgcp_parse_sdp_data(const struct mgcp_endpoint *endp,
struct mgcp_conn_rtp *conn,