diff options
author | Kai Wasserbäch <[email protected]> | 2017-12-12 16:20:06 +0100 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-12-12 23:42:53 -0800 |
commit | 729fec6eababd3d3f5f5367f6ff797b65c626db2 (patch) | |
tree | 9e2d8c122e465c2dbc39481647e22802e954ce98 /src/mesa/main/glspirv.c | |
parent | 3308f4b81a14ce14aa0efdd3d6a2383c4925fea3 (diff) |
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 <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/glspirv.c')
-rw-r--r-- | src/mesa/main/glspirv.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/glspirv.c b/src/mesa/main/glspirv.c index 7eb8f906c2d..81303057d05 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 |