From 3905c7156d5521dce8f2befdceebbcd17633608d Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 28 May 2026 11:05:26 -0400 Subject: [PATCH] jay/register_allocate: drop #include Signed-off-by: Alyssa Rosenzweig Part-of: --- src/intel/compiler/jay/jay_register_allocate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/compiler/jay/jay_register_allocate.c b/src/intel/compiler/jay/jay_register_allocate.c index c75f46c6bfd..40d09cd9a53 100644 --- a/src/intel/compiler/jay/jay_register_allocate.c +++ b/src/intel/compiler/jay/jay_register_allocate.c @@ -4,7 +4,6 @@ */ #include -#include "util/bitscan.h" #include "util/bitset.h" #include "util/macros.h" #include "util/ralloc.h"