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 1969b94267.
This commit is contained in:
Philippe Normand 2012-01-30 10:07:51 +01:00 committed by Sebastian Dröge
parent 51f6f5addf
commit bd9d196700
2 changed files with 1 additions and 1 deletions

View file

@ -118,6 +118,7 @@
#include <locale.h> /* for LC_ALL */
#include "gst.h"
#include "gsttrace.h"
#define GST_CAT_DEFAULT GST_CAT_GST_INIT

View file

@ -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>