aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/user_shaders.h
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2017-08-10 21:36:57 +0200
committerGravatar wm4 <wm4@nowhere>2017-08-10 21:36:57 +0200
commitfba4e8aa40824a7c503546fad78e63d2901ce004 (patch)
treeb1e802284cfb88b04d945fa160a5a02332dedc73 /video/out/opengl/user_shaders.h
parentc6fafbffaca16959dfa2b4bf1eb97861ad66b5ef (diff)
vo_opengl: remove some indirect GL header inclusions from core renderer
Diffstat (limited to 'video/out/opengl/user_shaders.h')
-rw-r--r--video/out/opengl/user_shaders.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/user_shaders.h b/video/out/opengl/user_shaders.h
index 065606165c..94a070c8e2 100644
--- a/video/out/opengl/user_shaders.h
+++ b/video/out/opengl/user_shaders.h
@@ -18,7 +18,6 @@
#ifndef MP_GL_USER_SHADERS_H
#define MP_GL_USER_SHADERS_H
-#include "common.h"
#include "utils.h"
#include "ra.h"