diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_swizzle.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_swizzle.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h b/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h index 40edd33600f..76a3d257bde 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h @@ -37,11 +37,12 @@ #define LP_BLD_SWIZZLE_H -#include "gallivm/lp_bld.h" -#include "pipe/p_defines.h" +#include <llvm-c/Core.h> + #include "util/format/u_formats.h" +struct gallivm_state; struct lp_type; struct lp_build_context; |