controller: Fix headers to use < > in #include statements

The behavior of " " in include statements is implementation-defined -
see the C standard, section 6.10.2 or
http://stackoverflow.com/questions/21593
This commit is contained in:
Benjamin Otte 2011-01-11 19:26:40 +01:00
parent a9de00089e
commit 835bac05b9
4 changed files with 6 additions and 6 deletions

View file

@ -30,8 +30,8 @@
#include <glib/gprintf.h>
#include <gst/gst.h>
#include "gstcontrolsource.h"
#include "gstinterpolationcontrolsource.h"
#include <gst/controller/gstcontrolsource.h>
#include <gst/controller/gstinterpolationcontrolsource.h>
G_BEGIN_DECLS

View file

@ -27,8 +27,8 @@
#include <glib-object.h>
#include <gst/gst.h>
#include "gstcontroller.h"
#include "gstcontrolsource.h"
#include <gst/controller/gstcontroller.h>
#include <gst/controller/gstcontrolsource.h>
G_BEGIN_DECLS

View file

@ -27,7 +27,7 @@
#include <glib-object.h>
#include <gst/gst.h>
#include "gstcontrolsource.h"
#include <gst/controller/gstcontrolsource.h>
G_BEGIN_DECLS

View file

@ -27,7 +27,7 @@
#include <glib-object.h>
#include <gst/gst.h>
#include "gstcontrolsource.h"
#include <gst/controller/gstcontrolsource.h>
G_BEGIN_DECLS