diff options
author | José Fonseca <[email protected]> | 2008-07-28 12:42:13 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-07-28 12:42:13 +0900 |
commit | c208a2c791fa24c7c5887fc496738cbddbfafc72 (patch) | |
tree | bd1446f60bb9388aff9db6b4862e6c0c1eadc012 /src/gallium/auxiliary/cso_cache | |
parent | ff7a7031caa0ac592f210aca696a20c9de6dc0d4 (diff) |
Merge tgsi/exec and tgsi/util directories.
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r-- | src/gallium/auxiliary/cso_cache/cso_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/cso_context.c index af4af8ac1d4..86e4d46a200 100644 --- a/src/gallium/auxiliary/cso_cache/cso_context.c +++ b/src/gallium/auxiliary/cso_cache/cso_context.c @@ -38,7 +38,7 @@ #include "pipe/p_state.h" #include "pipe/p_util.h" #include "pipe/p_inlines.h" -#include "tgsi/util/tgsi_parse.h" +#include "tgsi/tgsi_parse.h" #include "cso_cache/cso_context.h" #include "cso_cache/cso_cache.h" |