Module: Mesa
Branch: main
Commit: 24176cae5511bc78456f5b958b53d40d8e33efe6
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=24176cae5511bc78456f5b958b53d40d8e33efe6

Author: Dave Airlie <[email protected]>
Date:   Mon May  9 11:24:59 2022 +1000

aco: drop unused radv include

Reviewed-by: Timur Kristóf <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16342>

---

 src/amd/compiler/aco_instruction_selection.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/amd/compiler/aco_instruction_selection.cpp 
b/src/amd/compiler/aco_instruction_selection.cpp
index bbbe0922c60..822cdddb325 100644
--- a/src/amd/compiler/aco_instruction_selection.cpp
+++ b/src/amd/compiler/aco_instruction_selection.cpp
@@ -30,7 +30,6 @@
 
 #include "common/ac_nir.h"
 #include "common/sid.h"
-#include "vulkan/radv_descriptor_set.h"
 
 #include "util/fast_idiv_by_const.h"
 #include "util/memstream.h"

Reply via email to