diff options
author | Keith Whitwell <[email protected]> | 2007-08-24 10:01:20 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-24 10:01:20 +0100 |
commit | c89502bb4e6d80182e4977ab084639850e1eba68 (patch) | |
tree | 709c94b20ea50caf52f6fc5892da05e7ed53e756 /src/mesa/pipe/draw | |
parent | f93a360319fb35f9bac571931fc81afb9e0a8ab8 (diff) |
Fixup include paths after rename
Diffstat (limited to 'src/mesa/pipe/draw')
-rw-r--r-- | src/mesa/pipe/draw/draw_prim.c | 2 | ||||
-rw-r--r-- | src/mesa/pipe/draw/draw_vertex.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/draw/draw_prim.c b/src/mesa/pipe/draw/draw_prim.c index 18a5d390779..c98d6ff2986 100644 --- a/src/mesa/pipe/draw/draw_prim.c +++ b/src/mesa/pipe/draw/draw_prim.c @@ -35,7 +35,7 @@ #include "draw_context.h" #include "draw_prim.h" -#include "pipe/tgsi/core/tgsi_core.h" +#include "pipe/tgsi/exec/tgsi_core.h" #define RP_NONE 0 diff --git a/src/mesa/pipe/draw/draw_vertex.h b/src/mesa/pipe/draw/draw_vertex.h index 0e15ea89a2f..c104aa11437 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? */ |