diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_debug.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_debug.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.h b/src/gallium/auxiliary/gallivm/lp_bld_debug.h index de42f7309be..4bebd8475cb 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_debug.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.h @@ -30,14 +30,16 @@ #define LP_BLD_DEBUG_H -#include "gallivm/lp_bld_init.h" +#include <stdarg.h> +#include <stdio.h> +#include <stdbool.h> -#include "util/compiler.h" #include "util/detect_os.h" -#include "util/u_string.h" +#include <llvm-c/Core.h> #include <llvm-c/DebugInfo.h> +struct gallivm_state; #define GALLIVM_DEBUG_TGSI (1 << 0) #define GALLIVM_DEBUG_IR (1 << 1) |