preset: include cleanup
authorStefan Kost <ensonic@users.sf.net>
Thu, 19 May 2011 21:39:10 +0000 (00:39 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 19 May 2011 21:39:10 +0000 (00:39 +0300)
Only have include in the installed header we need to use it. Move the includes
needed by the implementation to the c file.

gst/gstpreset.c
gst/gstpreset.h

index d566065..a52cb55 100644 (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>
index 7381632..ccf1366 100644 (file)
@@ -23,7 +23,6 @@
 #define __GST_PRESET_H__
 
 #include <glib-object.h>
-#include <gst/gst.h>
 
 G_BEGIN_DECLS