summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-04-15 09:45:15 +0200
committerwm4 <wm4@nowhere>2016-04-15 09:45:15 +0200
commit8c02c92ab962107ee43c71854bd9712cc492046e (patch)
tree97cf5618ef525266e056821168ca09d494e653fa
parent4ebac1e936f761f08d455acf77be40c93048f6d5 (diff)
downloadmpv-8c02c92ab962107ee43c71854bd9712cc492046e.tar.bz2
mpv-8c02c92ab962107ee43c71854bd9712cc492046e.tar.xz
vo_opengl: rpi: don't include x11 header file
Copy & paste bug.
-rw-r--r--video/out/opengl/context_rpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/context_rpi.c b/video/out/opengl/context_rpi.c
index c01c173b8f..c0ca73335a 100644
--- a/video/out/opengl/context_rpi.c
+++ b/video/out/opengl/context_rpi.c
@@ -19,7 +19,6 @@
#include <assert.h>
#include "common/common.h"
-#include "video/out/x11_common.h"
#include "context.h"
#include "context_rpi.h"