diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_assert.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_assert.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_assert.h b/src/gallium/auxiliary/gallivm/lp_bld_assert.h index e377b59bbed..ed6a03908c2 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_assert.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_assert.h @@ -28,9 +28,9 @@ #ifndef LP_BLD_ASSERT_H #define LP_BLD_ASSERT_H +#include <llvm-c/Core.h> -#include "lp_bld.h" -#include "lp_bld_init.h" +struct gallivm_state; void |