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:
Samuel Pitoiset
2020-10-08 10:18:08 +02:00
committed by Marge Bot
parent 408195ec53
commit 97afb2a0a9
4 changed files with 0 additions and 5 deletions

View File

@@ -28,7 +28,6 @@
#include <math.h>
#include "aco_ir.h"
#include "vulkan/radv_shader.h"
namespace aco {

View File

@@ -33,8 +33,6 @@
#include <set>
#include <vector>
#include "vulkan/radv_shader.h"
namespace aco {
RegisterDemand get_live_changes(aco_ptr<Instruction>& instr)
{

View File

@@ -31,7 +31,6 @@
#include "aco_builder.h"
#include "util/u_math.h"
#include "sid.h"
#include "vulkan/radv_shader.h"
namespace aco {

View File

@@ -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)