From bd9d19670053cac0857b6848a4636df6c7ddceec Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Mon, 30 Jan 2012 10:07:51 +0100 Subject: [PATCH] core: don't ship gsttrace.h private header Include it explicitely in gst.c and no longer include it in gst.h. That header was made private in 1969b94267b4f377ea2663876ae8720717889693. --- gst/gst.c | 1 + gst/gst.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gst.c b/gst/gst.c index 66ff1b26fc..1c3440a4eb 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -118,6 +118,7 @@ #include /* for LC_ALL */ #include "gst.h" +#include "gsttrace.h" #define GST_CAT_DEFAULT GST_CAT_GST_INIT diff --git a/gst/gst.h b/gst/gst.h index 93a51df2f0..51f2a56936 100644 --- a/gst/gst.h +++ b/gst/gst.h @@ -75,7 +75,6 @@ #include #include #include -#include #include #include #include