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/softpipe/sp_headers.h | |
parent | f93a360319fb35f9bac571931fc81afb9e0a8ab8 (diff) |
Fixup include paths after rename
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_headers.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_headers.h b/src/mesa/pipe/softpipe/sp_headers.h index cc8294b18e8..b377c347125 100644 --- a/src/mesa/pipe/softpipe/sp_headers.h +++ b/src/mesa/pipe/softpipe/sp_headers.h @@ -31,7 +31,7 @@ #ifndef SP_HEADERS_H #define SP_HEADERS_H -#include "../tgsi/core/tgsi_core.h" +#include "../tgsi/exec/tgsi_core.h" #define PRIM_POINT 1 #define PRIM_LINE 2 |