From aa2bfc9b7fc1a1b7264624f749158fad986d18b5 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 20 May 2011 00:39:10 +0300 Subject: [PATCH] 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. --- gst/gstpreset.c | 2 ++ gst/gstpreset.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/gstpreset.c b/gst/gstpreset.c index d566065734..a52cb55116 100644 --- a/gst/gstpreset.c +++ b/gst/gstpreset.c @@ -86,6 +86,8 @@ #include "gst_private.h" #include "gstpreset.h" +#include "gstinfo.h" +#include "gstvalue.h" #ifdef HAVE_UNISTD_H #include diff --git a/gst/gstpreset.h b/gst/gstpreset.h index 73816326bd..ccf1366f66 100644 --- a/gst/gstpreset.h +++ b/gst/gstpreset.h @@ -23,7 +23,6 @@ #define __GST_PRESET_H__ #include -#include G_BEGIN_DECLS