Module: Mesa Branch: main Commit: 08bb4988406acb91b9c7aad69f93bbfe05ffb99e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08bb4988406acb91b9c7aad69f93bbfe05ffb99e
Author: Mike Blumenkrantz <[email protected]> Date: Wed Apr 27 09:13:18 2022 -0400 ac: remove gallivm header include this doesn't seem to be used Acked-by: Dave Airlie <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16192> --- 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 <llvm-c/Core.h>
