diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-24 10:01:20 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-24 10:01:20 +0100 |
commit | c89502bb4e6d80182e4977ab084639850e1eba68 (patch) | |
tree | 709c94b20ea50caf52f6fc5892da05e7ed53e756 /src/mesa/pipe/i915simple | |
parent | f93a360319fb35f9bac571931fc81afb9e0a8ab8 (diff) |
Fixup include paths after rename
Diffstat (limited to 'src/mesa/pipe/i915simple')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_fpc_translate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/i915simple/i915_fpc_translate.c b/src/mesa/pipe/i915simple/i915_fpc_translate.c index e7315d2263..6fcba719ae 100644 --- a/src/mesa/pipe/i915simple/i915_fpc_translate.c +++ b/src/mesa/pipe/i915simple/i915_fpc_translate.c @@ -29,8 +29,8 @@ #include "i915_context.h" #include "i915_fpc.h" -#include "pipe/tgsi/core/tgsi_token.h" -#include "pipe/tgsi/core/tgsi_parse.h" +#include "pipe/tgsi/exec/tgsi_token.h" +#include "pipe/tgsi/exec/tgsi_parse.h" #include "pipe/draw/draw_vertex.h" |