diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_intr.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_intr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_intr.h b/src/gallium/auxiliary/gallivm/lp_bld_intr.h index a9540292211..5af4039f8f9 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_intr.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_intr.h @@ -38,13 +38,13 @@ #include <llvm/Config/llvm-config.h> -#include "gallivm/lp_bld.h" -#include "gallivm/lp_bld_init.h" +#include <llvm-c/Core.h> #ifdef __cplusplus extern "C" { #endif +struct gallivm_state; struct lp_type; /** |