From: Keith Whitwell Date: Wed, 6 Jan 2010 16:56:28 +0000 (+0000) Subject: llvmpipe: restrict header visibility X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72120292b981fd96e1127f927d7257255c65befd;p=mesa.git llvmpipe: restrict header visibility --- diff --git a/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c b/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c index d2a6ae21f57..d59d7681398 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"