summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-01-06 16:56:28 +0000
committerKeith Whitwell <keithw@vmware.com>2010-01-06 16:56:28 +0000
commit72120292b981fd96e1127f927d7257255c65befd (patch)
tree065c52f6eaca0feb49c5ac37f8111e0c9d638b1c /src/gallium/drivers
parent5ce0380a0f585b9e1fb616b749f7fd18a8afada1 (diff)
llvmpipe: restrict header visibility
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c b/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c
index d2a6ae21f5..d59d768139 100644
--- a/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c
+++ b/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c
@@ -47,7 +47,7 @@
#include "lp_bld_intr.h"
#include "lp_bld_sample.h"
#include "lp_bld_tgsi.h"
-#include "lp_state.h"
+#include "lp_jit.h"
#include "lp_tex_sample.h"