diff options
author | Brian <[email protected]> | 2007-09-20 13:58:12 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-20 13:58:12 -0600 |
commit | c231a9d020bdec8e0749a5547971c79de64f73d8 (patch) | |
tree | 499204559fcadefedb61ca710591ba4e06f1d4b6 /src/mesa/pipe/draw/draw_vertex.h | |
parent | 674d0130693f827ae9ea8e902a38c46d64444384 (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.h | 4 |
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 5874c554b1b..5aa0df4e927 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; |