summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-09 16:23:27 +0100
committerwm4 <wm4@nowhere>2017-01-09 16:23:27 +0100
commit9c5cbbf5d77fce4f795cd7148170ee27666d689b (patch)
treef84944876378ead496a69b807eac98576fb50709 /video
parent854651f4f517a9a0d2a095b0eaae561373d0cb0f (diff)
downloadmpv-9c5cbbf5d77fce4f795cd7148170ee27666d689b.tar.bz2
mpv-9c5cbbf5d77fce4f795cd7148170ee27666d689b.tar.xz
vo_drm: remove 2 redundant include statements
They're already pulled in by drm_common.h.
Diffstat (limited to 'video')
-rw-r--r--video/out/vo_drm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo_drm.c b/video/out/vo_drm.c
index e0722e1612..3436e0fc5c 100644
--- a/video/out/vo_drm.c
+++ b/video/out/vo_drm.c
@@ -24,8 +24,6 @@
#include <unistd.h>
#include <libswscale/swscale.h>
-#include <xf86drm.h>
-#include <xf86drmMode.h>
#include "drm_common.h"