From 1ae1939742c6b95945af3c81852b949ac1c904ab Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 14 Mar 2013 16:40:19 +0100 Subject: video: remove aspect.h includes from files which don't need it --- video/out/gl_common.c | 1 - video/out/vo_corevideo.m | 1 - video/out/vo_direct3d.c | 1 - video/out/vo_opengl.c | 1 - video/out/vo_opengl_old.c | 1 - video/out/vo_vdpau.c | 1 - video/out/vo_x11.c | 1 - video/out/vo_xv.c | 1 - 8 files changed, 8 deletions(-) (limited to 'video') diff --git a/video/out/gl_common.c b/video/out/gl_common.c index 43e8c0de78..72c23079a5 100644 --- a/video/out/gl_common.c +++ b/video/out/gl_common.c @@ -42,7 +42,6 @@ #include #include "talloc.h" #include "gl_common.h" -#include "aspect.h" #include "core/options.h" #include "sub/sub.h" #include "bitmap_packer.h" diff --git a/video/out/vo_corevideo.m b/video/out/vo_corevideo.m index 1fec262ae5..fabc62ce18 100644 --- a/video/out/vo_corevideo.m +++ b/video/out/vo_corevideo.m @@ -26,7 +26,6 @@ // mplayer includes #import "talloc.h" #import "vo.h" -#import "aspect.h" #import "sub/sub.h" #import "core/subopt-helper.h" diff --git a/video/out/vo_direct3d.c b/video/out/vo_direct3d.c index 8cb649be74..36c006e322 100644 --- a/video/out/vo_direct3d.c +++ b/video/out/vo_direct3d.c @@ -37,7 +37,6 @@ #include "video/img_format.h" #include "video/memcpy_pic.h" #include "core/mp_msg.h" -#include "aspect.h" #include "w32_common.h" #include "libavutil/common.h" #include "sub/sub.h" diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c index 398ad1b20b..fd585a6da4 100644 --- a/video/out/vo_opengl.c +++ b/video/out/vo_opengl.c @@ -50,7 +50,6 @@ #include "gl_common.h" #include "gl_osd.h" #include "filter_kernels.h" -#include "aspect.h" #include "video/memcpy_pic.h" static const char vo_opengl_shaders[] = diff --git a/video/out/vo_opengl_old.c b/video/out/vo_opengl_old.c index f640540efb..0cb28d0738 100644 --- a/video/out/vo_opengl_old.c +++ b/video/out/vo_opengl_old.c @@ -40,7 +40,6 @@ #include "gl_common.h" #include "gl_osd.h" -#include "aspect.h" #include "video/memcpy_pic.h" #include "pnm_loader.h" diff --git a/video/out/vo_vdpau.c b/video/out/vo_vdpau.c index 459fe2ca8c..d1b838ff4d 100644 --- a/video/out/vo_vdpau.c +++ b/video/out/vo_vdpau.c @@ -44,7 +44,6 @@ #include "talloc.h" #include "vo.h" #include "x11_common.h" -#include "aspect.h" #include "video/csputils.h" #include "sub/sub.h" #include "core/m_option.h" diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c index 35ba66dbb6..232a3bf844 100644 --- a/video/out/vo_x11.c +++ b/video/out/vo_x11.c @@ -25,7 +25,6 @@ #include "config.h" #include "vo.h" -#include "aspect.h" #include "video/csputils.h" #include "video/mp_image.h" #include "video/vfcap.h" diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c index 3d0b95b8eb..8e2ab5bb68 100644 --- a/video/out/vo_xv.c +++ b/video/out/vo_xv.c @@ -52,7 +52,6 @@ #include "video/memcpy_pic.h" #include "sub/sub.h" #include "sub/draw_bmp.h" -#include "aspect.h" #include "video/csputils.h" #include "core/subopt-helper.h" #include "osdep/timer.h" -- cgit v1.2.3