From 08bb4988406acb91b9c7aad69f93bbfe05ffb99e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 27 Apr 2022 09:13:18 -0400 Subject: [PATCH] ac: remove gallivm header include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this doesn't seem to be used Acked-by: Dave Airlie Reviewed-by: Marek Olšák Part-of: --- src/amd/llvm/ac_llvm_util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/llvm/ac_llvm_util.c b/src/amd/llvm/ac_llvm_util.c index d22ed0667b9..c02703a1bbb 100644 --- a/src/amd/llvm/ac_llvm_util.c +++ b/src/amd/llvm/ac_llvm_util.c @@ -27,7 +27,6 @@ #include "ac_llvm_build.h" #include "c11/threads.h" -#include "gallivm/lp_bld_misc.h" #include "util/bitscan.h" #include "util/u_math.h" #include