mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
51f6f5addf
commit
bd9d196700
2 changed files with 1 additions and 1 deletions
|
@ -118,6 +118,7 @@
|
|||
#include <locale.h> /* for LC_ALL */
|
||||
|
||||
#include "gst.h"
|
||||
#include "gsttrace.h"
|
||||
|
||||
#define GST_CAT_DEFAULT GST_CAT_GST_INIT
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue