summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vertex.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-24 10:01:20 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-24 10:01:20 +0100
commitc89502bb4e6d80182e4977ab084639850e1eba68 (patch)
tree709c94b20ea50caf52f6fc5892da05e7ed53e756 /src/mesa/pipe/draw/draw_vertex.h
parentf93a360319fb35f9bac571931fc81afb9e0a8ab8 (diff)
Fixup include paths after rename
Diffstat (limited to 'src/mesa/pipe/draw/draw_vertex.h')
-rw-r--r--src/mesa/pipe/draw/draw_vertex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_vertex.h b/src/mesa/pipe/draw/draw_vertex.h
index 0e15ea89a2..c104aa1143 100644
--- a/src/mesa/pipe/draw/draw_vertex.h
+++ b/src/mesa/pipe/draw/draw_vertex.h
@@ -33,7 +33,7 @@
#ifndef DRAW_VERTEX_H
#define DRAW_VERTEX_H
-#include "pipe/tgsi/core/tgsi_attribs.h"
+#include "pipe/tgsi/exec/tgsi_attribs.h"
#define MAX_VERT_ATTRIBS 12 /* OK? */