mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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 <locale.h> /* for LC_ALL */
|
||||||
|
|
||||||
#include "gst.h"
|
#include "gst.h"
|
||||||
|
#include "gsttrace.h"
|
||||||
|
|
||||||
#define GST_CAT_DEFAULT GST_CAT_GST_INIT
|
#define GST_CAT_DEFAULT GST_CAT_GST_INIT
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,6 @@
|
||||||
#include <gst/gsttagsetter.h>
|
#include <gst/gsttagsetter.h>
|
||||||
#include <gst/gsttask.h>
|
#include <gst/gsttask.h>
|
||||||
#include <gst/gsttaskpool.h>
|
#include <gst/gsttaskpool.h>
|
||||||
#include <gst/gsttrace.h>
|
|
||||||
#include <gst/gsttypefind.h>
|
#include <gst/gsttypefind.h>
|
||||||
#include <gst/gsttypefindfactory.h>
|
#include <gst/gsttypefindfactory.h>
|
||||||
#include <gst/gsturi.h>
|
#include <gst/gsturi.h>
|
||||||
|
|
Loading…
Reference in a new issue