Mesa (master): mesa: remove second include of errors.h in src/mesa/main/ glspirv.c

Kenneth Graunke kwg at kemper.freedesktop.org
Wed Dec 13 07:43:01 UTC 2017


Module: Mesa
Branch: master
Commit: 729fec6eababd3d3f5f5367f6ff797b65c626db2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=729fec6eababd3d3f5f5367f6ff797b65c626db2

Author: Kai Wasserbäch <kai at dev.carbon-project.org>
Date:   Tue Dec 12 16:20:06 2017 +0100

mesa: remove second include of errors.h in src/mesa/main/glspirv.c

Fixes: 5bc03d2508 ("mesa: implement SPIR-V loading in glShaderBinary")
Signed-off-by: Kai Wasserbäch <kai at dev.carbon-project.org>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 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 7eb8f906c2..81303057d0 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




More information about the mesa-commit mailing list