diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_pack.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_pack.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_pack.h b/src/gallium/auxiliary/gallivm/lp_bld_pack.h index deee1c4798e..03a6745b22e 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_pack.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_pack.h @@ -36,12 +36,12 @@ #ifndef LP_BLD_PACK_H #define LP_BLD_PACK_H +#include <stdbool.h> -#include "util/compiler.h" - -#include "gallivm/lp_bld.h" +#include <llvm-c/Core.h> +struct gallivm_state; struct lp_type; LLVMValueRef |