About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_passmgr.h
diff options
context:
space:
mode:
authorspencer-lunarg <spencer@lunarg.com>2025-11-02 20:48:45 -0500
committerMarge Bot <marge-bot@fdo.invalid>2025-11-06 22:39:33 +0000
commit41c700fdbf1d79dfb571105ee93bfa46da6c8428 (patch)
treed0b73c8ddc9270d42bd66df652762bd97c8d77ce /src/gallium/auxiliary/gallivm/lp_bld_passmgr.h
parent171581aeae1add828359c2d87fda72023bb4d641 (diff)
llvmpipe: Remove unnecessary includesHEADmain
Signed-off-by: spencer-lunarg <spencer@lunarg.com> Acked-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38202>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_passmgr.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_passmgr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_passmgr.h b/src/gallium/auxiliary/gallivm/lp_bld_passmgr.h
index 4ebf6149117..e4b3857b916 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_passmgr.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_passmgr.h
@@ -28,7 +28,8 @@
#ifndef LP_BLD_PASSMGR_H
#define LP_BLD_PASSMGR_H
-#include "lp_bld.h"
+#include <stdbool.h>
+
#include <llvm-c/ExecutionEngine.h>
#ifdef __cplusplus