Mesa (main): ac: remove gallivm header include

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 28 17:07:23 UTC 2022


Module: Mesa
Branch: main
Commit: 08bb4988406acb91b9c7aad69f93bbfe05ffb99e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=08bb4988406acb91b9c7aad69f93bbfe05ffb99e

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
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 <airlied at redhat.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
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>



More information about the mesa-commit mailing list