From 729fec6eababd3d3f5f5367f6ff797b65c626db2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Wasserb=C3=A4ch?= Date: Tue, 12 Dec 2017 16:20:06 +0100 Subject: [PATCH] mesa: remove second include of errors.h in src/mesa/main/glspirv.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: 5bc03d2508 ("mesa: implement SPIR-V loading in glShaderBinary") Signed-off-by: Kai Wasserbäch Reviewed-by: Ian Romanick --- src/mesa/main/glspirv.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mesa/main/glspirv.c b/src/mesa/main/glspirv.c index 7eb8f90..8130305 100644 --- a/src/mesa/main/glspirv.c +++ b/src/mesa/main/glspirv.c @@ -22,11 +22,7 @@ */ #include "glspirv.h" - -#include "errors.h" - #include "errors.h" - #include "util/u_atomic.h" void -- 2.7.4