core: don't ship gsttrace.h private header
authorPhilippe Normand <philn@igalia.com>
Mon, 30 Jan 2012 09:07:51 +0000 (10:07 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 30 Jan 2012 09:15:33 +0000 (10:15 +0100)
Include it explicitely in gst.c and no longer include it in gst.h.
That header was made private in 1969b94267b4f377ea2663876ae8720717889693.

gst/gst.c
gst/gst.h

index 66ff1b2..1c3440a 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
 #include <locale.h>             /* for LC_ALL */
 
 #include "gst.h"
+#include "gsttrace.h"
 
 #define GST_CAT_DEFAULT GST_CAT_GST_INIT
 
index 93a51df..51f2a56 100644 (file)
--- a/gst/gst.h
+++ b/gst/gst.h
@@ -75,7 +75,6 @@
 #include <gst/gsttagsetter.h>
 #include <gst/gsttask.h>
 #include <gst/gsttaskpool.h>
-#include <gst/gsttrace.h>
 #include <gst/gsttypefind.h>
 #include <gst/gsttypefindfactory.h>
 #include <gst/gsturi.h>