About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_printf.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_printf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_printf.h b/src/gallium/auxiliary/gallivm/lp_bld_printf.h
index 1973ef6f291..0b96961eef6 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_printf.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_printf.h
@@ -32,9 +32,9 @@
extern "C" {
#endif
-#include "util/compiler.h"
-#include "lp_bld.h"
-#include "lp_bld_init.h"
+#include <llvm-c/Core.h>
+
+struct gallivm_state;
void lp_init_printf_hook(struct gallivm_state *gallivm);