summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-16 11:36:02 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-18 00:59:07 -0800
commitd652d479f1c2c6cdff1867d5be03ab9bcfb2656d (patch)
treedf63b807dd46cde2b21713fe78661999134fbfe5 /video/out
parent1d3b680427a4a08d8e3df212eef74751fa56694e (diff)
downloadmpv-d652d479f1c2c6cdff1867d5be03ab9bcfb2656d.tar.bz2
mpv-d652d479f1c2c6cdff1867d5be03ab9bcfb2656d.tar.xz
video: avoid some unnecessary vf.h includes
Diffstat (limited to 'video/out')
-rw-r--r--video/out/vo_x11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c
index f29d06ad16..9c7595e1d8 100644
--- a/video/out/vo_x11.c
+++ b/video/out/vo_x11.c
@@ -28,7 +28,6 @@
#include "vo.h"
#include "video/csputils.h"
#include "video/mp_image.h"
-#include "video/filter/vf.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>