mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
preset: include cleanup
Only have include in the installed header we need to use it. Move the includes needed by the implementation to the c file.
This commit is contained in:
parent
322ff4ae4f
commit
aa2bfc9b7f
2 changed files with 2 additions and 1 deletions
|
@ -86,6 +86,8 @@
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
|
|
||||||
#include "gstpreset.h"
|
#include "gstpreset.h"
|
||||||
|
#include "gstinfo.h"
|
||||||
|
#include "gstvalue.h"
|
||||||
|
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#define __GST_PRESET_H__
|
#define __GST_PRESET_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <gst/gst.h>
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue