sip: media-manager: Don't include sofia-sip/nua.h in public header

It isn't needed in the implementation either. It was only useful because it
included system headers like sys/types.h and sys/socket.h which we should now
include directly.

This will make it easier to move the media manager into the core sources.
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-02-25 08:35:41 +01:00
parent 19cf2ab92f
commit 876f12df95
2 changed files with 5 additions and 1 deletions

View File

@@ -30,6 +30,11 @@
#include <gst/gst.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
/**
* SECTION:sip-media-manager
* @short_description: The media manager singleton

View File

@@ -26,7 +26,6 @@
#include "gst-rfc3551.h"
#include <sofia-sip/nua.h>
#include <sofia-sip/sdp.h>
#include <glib-object.h>