summaryrefslogtreecommitdiffstats
path: root/video/out/vo_drm.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_drm.c')
-rw-r--r--video/out/vo_drm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/video/out/vo_drm.c b/video/out/vo_drm.c
index 92357587c5..3436e0fc5c 100644
--- a/video/out/vo_drm.c
+++ b/video/out/vo_drm.c
@@ -20,12 +20,10 @@
#include <fcntl.h>
#include <stdbool.h>
#include <sys/mman.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <unistd.h>
#include <libswscale/swscale.h>
-#include <xf86drm.h>
-#include <xf86drmMode.h>
#include "drm_common.h"