aco/insert_exec: remove unused includes

Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31560>
This commit is contained in:
Georg Lehmann 2024-10-08 15:14:43 +02:00 committed by Marge Bot
parent 23fb0883eb
commit 6716fb08d8

View file

@ -7,9 +7,6 @@
#include "aco_builder.h"
#include "aco_ir.h"
#include "util/u_math.h"
#include <set>
#include <vector>
namespace aco {