diff options
author | Zack Rusin <[email protected]> | 2007-09-18 06:24:54 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-09-18 07:20:14 -0400 |
commit | fbb2f840aef9a540401575b032edb4dfdabd10bb (patch) | |
tree | c71bdb51f8d7478d39c2b68ebc9626fe244e7682 /src/mesa/state_tracker/st_cache.c | |
parent | 29789ca026c03dff64b6286e202561faf111fde9 (diff) |
move cso cache to the pipe directory
Diffstat (limited to 'src/mesa/state_tracker/st_cache.c')
-rw-r--r-- | src/mesa/state_tracker/st_cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_cache.c b/src/mesa/state_tracker/st_cache.c index a687c155874..e9c79634bd7 100644 --- a/src/mesa/state_tracker/st_cache.c +++ b/src/mesa/state_tracker/st_cache.c @@ -36,8 +36,8 @@ #include "pipe/p_state.h" -#include "cso_cache/cso_cache.h" -#include "cso_cache/cso_hash.h" +#include "pipe/cso_cache/cso_cache.h" +#include "pipe/cso_cache/cso_hash.h" /* This function will either find the state of the given template * in the cache or it will create a new state state from the given |