summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_tri.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-10-12 13:02:28 +0100
committerKeith Whitwell <keithw@vmware.com>2010-10-12 13:02:28 +0100
commit1a574afabc8840da82e68ac643ec3a7b05afb631 (patch)
tree326134f0e0ca4498a7806fd0478556bdee91c348 /src/gallium/drivers/llvmpipe/lp_rast_tri.c
parent39331be44efc5b5ae749df3f6987626837c7b8ff (diff)
gallium: move sse intrinsics debug helpers to u_sse.h
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_tri.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_tri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_tri.c b/src/gallium/drivers/llvmpipe/lp_rast_tri.c
index 5e8918b1d8..19b0bd686a 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_tri.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast_tri.c
@@ -32,7 +32,6 @@
#include <limits.h>
#include "util/u_math.h"
#include "lp_debug.h"
-#include "lp_debug_intrin.h"
#include "lp_perf.h"
#include "lp_rast_priv.h"
#include "lp_tile_soa.h"