About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_quad.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_quad.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_quad.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_quad.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_quad.h b/src/gallium/auxiliary/gallivm/lp_bld_quad.h
index e41f80efe2d..c20b4441b66 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_quad.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_quad.h
@@ -30,9 +30,11 @@
#define LP_BLD_QUAD_H_
-#include "gallivm/lp_bld.h"
+#include <llvm-c/Core.h>
+struct gallivm_state;
+struct lp_type;
struct lp_build_context;