summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-21 14:31:15 -0800
committerVinson Lee <vlee@vmware.com>2010-01-21 14:31:15 -0800
commit4222bf3d3c7c85112f2e21bd3ea29b1f496ed8bb (patch)
tree889401066d9b483a26d39baf6a9a7cb12f6c1114 /src/gallium/drivers/llvmpipe/lp_bld_alpha.c
parentc50fe2c55cfe9c858b7b7859da79edb0693ee8bd (diff)
llvmpipe: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_alpha.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_alpha.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_alpha.c b/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
index 2b4bc5c819..7245730350 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
+++ b/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
@@ -35,7 +35,6 @@
#include "lp_bld_type.h"
#include "lp_bld_const.h"
-#include "lp_bld_arit.h"
#include "lp_bld_logic.h"
#include "lp_bld_flow.h"
#include "lp_bld_debug.h"