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:
Stefan Kost 2011-05-20 00:39:10 +03:00
parent 322ff4ae4f
commit aa2bfc9b7f
2 changed files with 2 additions and 1 deletions

View file

@ -86,6 +86,8 @@
#include "gst_private.h"
#include "gstpreset.h"
#include "gstinfo.h"
#include "gstvalue.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View file

@ -23,7 +23,6 @@
#define __GST_PRESET_H__
#include <glib-object.h>
#include <gst/gst.h>
G_BEGIN_DECLS