diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-06-10 14:45:06 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-06-11 10:06:03 +0200 |
commit | 4710a91cbfb1b77cd9d93dc7373a07f07b1c9fde (patch) | |
tree | be3be3298a714c1a7eed74110858b3b53cad5c97 /gst/deinterlace/gstdeinterlace.c | |
parent | 645b9449a5610f488f90953115399eca5a5a4b5c (diff) |
deinterlace: Clean up includes and clean up order of instance struct fields
Diffstat (limited to 'gst/deinterlace/gstdeinterlace.c')
-rw-r--r-- | gst/deinterlace/gstdeinterlace.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index 54eab67b..dd852a0b 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -37,10 +37,6 @@ #include "config.h" #endif -#include <gst/gst.h> -#include <gst/video/video.h> -#include <liboil/liboil.h> - #include "gstdeinterlace.h" #include "tvtime/plugins.h" |