mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
tracer.h: don't include private noinst header gsttracerutils.h in a public header
https://bugzilla.gnome.org/show_bug.cgi?id=760732
This commit is contained in:
parent
83d7dbb393
commit
cb625698a2
2 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,7 @@
|
||||||
#include "gstenumtypes.h"
|
#include "gstenumtypes.h"
|
||||||
#include "gsttracer.h"
|
#include "gsttracer.h"
|
||||||
#include "gsttracerfactory.h"
|
#include "gsttracerfactory.h"
|
||||||
|
#include "gsttracerutils.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_EXTERN (tracer_debug);
|
GST_DEBUG_CATEGORY_EXTERN (tracer_debug);
|
||||||
#define GST_CAT_DEFAULT tracer_debug
|
#define GST_CAT_DEFAULT tracer_debug
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <gst/gstconfig.h>
|
#include <gst/gstconfig.h>
|
||||||
#include <gst/gsttracerutils.h>
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue