aco/scheduler: remove unused include of unordered_set

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33644>
This commit is contained in:
Daniel Schürmann 2025-02-20 15:42:55 +01:00 committed by Marge Bot
parent 93872270f0
commit df2697c9ab

View file

@ -10,7 +10,6 @@
#include "common/amdgfxregs.h"
#include <algorithm>
#include <unordered_set>
#include <vector>
#define SMEM_WINDOW_SIZE (350 - ctx.num_waves * 35)