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/vo_opengl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/vo_opengl.c') 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[] = -- cgit v1.2.3