vo_drm: remove 2 redundant include statements

They're already pulled in by drm_common.h.
This commit is contained in:
wm4 2017-01-09 16:23:27 +01:00
parent 854651f4f5
commit 9c5cbbf5d7
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@
#include <unistd.h>
#include <libswscale/swscale.h>
#include <xf86drm.h>
#include <xf86drmMode.h>
#include "drm_common.h"