summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-14 16:40:19 +0100
committerwm4 <wm4@nowhere>2013-03-17 22:07:13 +0100
commit1ae1939742c6b95945af3c81852b949ac1c904ab (patch)
tree4aafaee07e9307ff59de234e11f4df56c6fb77ef /video
parent4b87cb39a396dc8fa6738069c9de36fcd599db53 (diff)
downloadmpv-1ae1939742c6b95945af3c81852b949ac1c904ab.tar.bz2
mpv-1ae1939742c6b95945af3c81852b949ac1c904ab.tar.xz
video: remove aspect.h includes from files which don't need it
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_common.c1
-rw-r--r--video/out/vo_corevideo.m1
-rw-r--r--video/out/vo_direct3d.c1
-rw-r--r--video/out/vo_opengl.c1
-rw-r--r--video/out/vo_opengl_old.c1
-rw-r--r--video/out/vo_vdpau.c1
-rw-r--r--video/out/vo_x11.c1
-rw-r--r--video/out/vo_xv.c1
8 files changed, 0 insertions, 8 deletions
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 <assert.h>
#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"