diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_struct.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_struct.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_struct.h b/src/gallium/auxiliary/gallivm/lp_bld_struct.h index 11f256964f5..b0e364bd366 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_struct.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_struct.h @@ -37,12 +37,9 @@ #define LP_BLD_STRUCT_H -#include "gallivm/lp_bld.h" -#include "gallivm/lp_bld_init.h" - -#include "util/u_debug.h" -#include "util/u_memory.h" +#include <llvm-c/Core.h> +struct gallivm_state; #define LP_CHECK_STRUCT_SIZE(_ctype, _ltarget, _ltype) \ assert(LLVMABISizeOfType(_ltarget, _ltype) == \ |