summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vertex.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-20 13:58:12 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-20 13:58:12 -0600
commitc231a9d020bdec8e0749a5547971c79de64f73d8 (patch)
tree499204559fcadefedb61ca710591ba4e06f1d4b6 /src/mesa/pipe/draw/draw_vertex.h
parent674d0130693f827ae9ea8e902a38c46d64444384 (diff)
remove #includes of tgsi_attribs.h
Diffstat (limited to 'src/mesa/pipe/draw/draw_vertex.h')
-rw-r--r--src/mesa/pipe/draw/draw_vertex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/draw/draw_vertex.h b/src/mesa/pipe/draw/draw_vertex.h
index 5874c554b1..5aa0df4e92 100644
--- a/src/mesa/pipe/draw/draw_vertex.h
+++ b/src/mesa/pipe/draw/draw_vertex.h
@@ -33,11 +33,11 @@
#ifndef DRAW_VERTEX_H
#define DRAW_VERTEX_H
-#include "pipe/tgsi/exec/tgsi_attribs.h"
+#if 0
#define MAX_VERT_ATTRIBS 12 /* OK? */
-
+#endif
struct draw_context;