summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cache.c
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-09-18 06:24:54 -0400
committerZack Rusin <zack@tungstengraphics.com>2007-09-18 07:20:14 -0400
commitfbb2f840aef9a540401575b032edb4dfdabd10bb (patch)
treec71bdb51f8d7478d39c2b68ebc9626fe244e7682 /src/mesa/state_tracker/st_cache.c
parent29789ca026c03dff64b6286e202561faf111fde9 (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.c4
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 a687c15587..e9c79634bd 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