summaryrefslogtreecommitdiffstats
path: root/video/out/vo_direct3d.c
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/out/vo_direct3d.c
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/out/vo_direct3d.c')
-rw-r--r--video/out/vo_direct3d.c1
1 files changed, 0 insertions, 1 deletions
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"