summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_arit.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-10-20 10:54:21 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-10-21 15:53:37 +0100
commitce98860012b10cc6cc124fd1ed6fa3a5e28712bb (patch)
tree3cd4168304bdc9c0cb801e9fd1e119ea4bce85bd /src/gallium/drivers/llvmpipe/lp_bld_arit.h
parent3b8dad47f816667aa4166d6e27361d274fc2cf4d (diff)
llvmpipe: Remove extraneous name in lp_type pre-declaration.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_arit.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_arit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_arit.h b/src/gallium/drivers/llvmpipe/lp_bld_arit.h
index 095a8e1cab..4e568c055e 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_arit.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_arit.h
@@ -40,7 +40,7 @@
#include <llvm-c/Core.h>
-struct lp_type type;
+struct lp_type;
struct lp_build_context;