aco/live_var_analysis: remove unused includes

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29962>
This commit is contained in:
Daniel Schürmann 2024-07-01 15:55:09 +02:00 committed by Marge Bot
parent 6729e81d15
commit 7c466157d0

View file

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