diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_arit.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_arit.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_arit.h b/src/gallium/auxiliary/gallivm/lp_bld_arit.h index f64dfb3dd6f..02ca8bacdd5 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_arit.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_arit.h @@ -36,10 +36,9 @@ #ifndef LP_BLD_ARIT_H #define LP_BLD_ARIT_H +#include <stdbool.h> -#include "gallivm/lp_bld.h" -#include "util/compiler.h" - +#include <llvm-c/Core.h> struct lp_type; struct lp_build_context; |