1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-03 21:52:12 +00:00

vo_opengl: rpi: don't include x11 header file

Copy & paste bug.
This commit is contained in:
wm4 2016-04-15 09:45:15 +02:00
parent 4ebac1e936
commit 8c02c92ab9

View File

@ -19,7 +19,6 @@
#include <assert.h>
#include "common/common.h"
#include "video/out/x11_common.h"
#include "context.h"
#include "context_rpi.h"