Mesa (main): aco: drop unused radv include

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed May 11 19:36:12 UTC 2022


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Mon May  9 11:24:59 2022 +1000

aco: drop unused radv include

Reviewed-by: Timur Kristóf <timur.kristof at gmail.com>
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"



More information about the mesa-commit mailing list