From 1860e7af30a48bcc48da48a69550ca213a9da283 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 26 May 2026 11:19:35 -0400 Subject: [PATCH] jay: drop unneeded #include Signed-off-by: Alyssa Rosenzweig Part-of: --- src/intel/compiler/jay/jay_from_nir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/compiler/jay/jay_from_nir.c b/src/intel/compiler/jay/jay_from_nir.c index c68e2b3c60b..e325918be7d 100644 --- a/src/intel/compiler/jay/jay_from_nir.c +++ b/src/intel/compiler/jay/jay_from_nir.c @@ -14,7 +14,6 @@ #include "intel/dev/intel_debug.h" #include "util/bitpack_helpers.h" #include "util/bitscan.h" -#include "util/bitset.h" #include "util/lut.h" #include "util/macros.h" #include "util/u_math.h"