From 547432e85a2c3a3b00a80f4197838055743ec3f4 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Thu, 14 May 2026 12:25:20 -0700 Subject: [PATCH] intel/blorp: don't include "util/format_rgb9e5.h" We don't use anything from that header. We call nir_format_pack_r9g9b9e5(), which comes from nir_format_convert.h, which we already include. Reviewed-by: Ian Romanick Signed-off-by: Paulo Zanoni Part-of: --- src/intel/blorp/blorp_blit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/blorp/blorp_blit.c b/src/intel/blorp/blorp_blit.c index 263b674a691..adb27a10397 100644 --- a/src/intel/blorp/blorp_blit.c +++ b/src/intel/blorp/blorp_blit.c @@ -29,7 +29,6 @@ #include "dev/intel_debug.h" #include "dev/intel_device_info.h" -#include "util/format_rgb9e5.h" #include "util/u_math.h" #define FILE_DEBUG_FLAG DEBUG_BLORP