aco: remove unused radv_shader.h includes
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7061>
This commit is contained in:

committed by
Marge Bot

parent
408195ec53
commit
97afb2a0a9
@@ -28,7 +28,6 @@
|
||||
#include <math.h>
|
||||
|
||||
#include "aco_ir.h"
|
||||
#include "vulkan/radv_shader.h"
|
||||
|
||||
namespace aco {
|
||||
|
||||
|
@@ -33,8 +33,6 @@
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
#include "vulkan/radv_shader.h"
|
||||
|
||||
namespace aco {
|
||||
RegisterDemand get_live_changes(aco_ptr<Instruction>& instr)
|
||||
{
|
||||
|
@@ -31,7 +31,6 @@
|
||||
#include "aco_builder.h"
|
||||
#include "util/u_math.h"
|
||||
#include "sid.h"
|
||||
#include "vulkan/radv_shader.h"
|
||||
|
||||
|
||||
namespace aco {
|
||||
|
@@ -27,7 +27,6 @@
|
||||
#include <unordered_set>
|
||||
#include <algorithm>
|
||||
|
||||
#include "vulkan/radv_shader.h" // for radv_nir_compiler_options
|
||||
#include "amdgfxregs.h"
|
||||
|
||||
#define SMEM_WINDOW_SIZE (350 - ctx.num_waves * 35)
|
||||
|
Reference in New Issue
Block a user