mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
aco/live_var_analysis: remove unused includes
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29962>
This commit is contained in:
parent
6729e81d15
commit
7c466157d0
1 changed files with 1 additions and 5 deletions
|
|
@ -7,12 +7,8 @@
|
|||
|
||||
#include "aco_ir.h"
|
||||
|
||||
#include "util/u_math.h"
|
||||
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
namespace aco {
|
||||
|
||||
RegisterDemand
|
||||
get_live_changes(aco_ptr<Instruction>& instr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue