[farsight2/master] rtp: Don't include marshaller headers in headers
Olivier Crête
olivier.crete at collabora.co.uk
Mon Dec 21 11:08:40 PST 2009
---
gst/fsrtpconference/fs-rtp-stream.c | 1 +
gst/fsrtpconference/fs-rtp-stream.h | 2 --
gst/fsrtpconference/fs-rtp-substream.c | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c
index cedc2ba..6baf2e7 100644
--- a/gst/fsrtpconference/fs-rtp-stream.c
+++ b/gst/fsrtpconference/fs-rtp-stream.c
@@ -36,6 +36,7 @@
#endif
#include "fs-rtp-stream.h"
+#include "fs-rtp-marshal.h"
#include <gst/gst.h>
diff --git a/gst/fsrtpconference/fs-rtp-stream.h b/gst/fsrtpconference/fs-rtp-stream.h
index d74d9a6..8e68103 100644
--- a/gst/fsrtpconference/fs-rtp-stream.h
+++ b/gst/fsrtpconference/fs-rtp-stream.h
@@ -32,8 +32,6 @@
#include "fs-rtp-session.h"
#include "fs-rtp-substream.h"
-#include "fs-rtp-marshal.h"
-
G_BEGIN_DECLS
/* TYPE MACROS */
diff --git a/gst/fsrtpconference/fs-rtp-substream.c b/gst/fsrtpconference/fs-rtp-substream.c
index 40e0ce5..379e347 100644
--- a/gst/fsrtpconference/fs-rtp-substream.c
+++ b/gst/fsrtpconference/fs-rtp-substream.c
@@ -29,6 +29,7 @@
#include "fs-rtp-substream.h"
#include "fs-rtp-stream.h"
+#include "fs-rtp-marshal.h"
#include <gst/farsight/fs-stream.h>
#include <gst/farsight/fs-session.h>
--
1.5.6.5
More information about the farsight-commits
mailing list