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

Author: Pierre Moreau <[email protected]>
Date:   Tue May  5 13:16:55 2020 +0200

clover/spirv: Remove unused tuple header

Fixes: 21473865050 ("clover/spirv: Add functions for parsing arguments, linking 
programs, etc.")
Signed-off-by: Pierre Moreau <[email protected]>
Reviewed-by: Serge Martin <[email protected]>
Reviewed-by: Karol Herbst <[email protected]>
Reviewed-by: Francisco Jerez <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5038>

---

 src/gallium/frontends/clover/spirv/invocation.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/frontends/clover/spirv/invocation.cpp 
b/src/gallium/frontends/clover/spirv/invocation.cpp
index 9353b56d326..2adfc668f99 100644
--- a/src/gallium/frontends/clover/spirv/invocation.cpp
+++ b/src/gallium/frontends/clover/spirv/invocation.cpp
@@ -22,7 +22,6 @@
 
 #include "invocation.hpp"
 
-#include <tuple>
 #include <unordered_map>
 #include <unordered_set>
 #include <vector>

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to