summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_screen.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-11 13:57:52 -0700
committerBrian Paul <brianp@vmware.com>2010-03-11 14:49:00 -0700
commit489af2a3ba467e4341cb8504a0e59cf5828864d4 (patch)
tree1a8707a2c7e3404ced9394a6475d5c250c33b2d1 /src/gallium/drivers/llvmpipe/lp_screen.h
parent4833b0f199ce2728a456de9cac753ac921fef828 (diff)
gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_screen.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_screen.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_screen.h b/src/gallium/drivers/llvmpipe/lp_screen.h
index f4e62cbf08..d977f98cfa 100644
--- a/src/gallium/drivers/llvmpipe/lp_screen.h
+++ b/src/gallium/drivers/llvmpipe/lp_screen.h
@@ -34,9 +34,7 @@
#ifndef LP_SCREEN_H
#define LP_SCREEN_H
-#include <llvm-c/Core.h>
-#include <llvm-c/Analysis.h>
-#include <llvm-c/Target.h>
+#include "os/os_llvm.h"
#include <llvm-c/ExecutionEngine.h>
#include "pipe/p_screen.h"