summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.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_context.c
parent29789ca026c03dff64b6286e202561faf111fde9 (diff)
move cso cache to the pipe directory
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r--src/mesa/state_tracker/st_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c
index f9717465f4..e0304dd22d 100644
--- a/src/mesa/state_tracker/st_context.c
+++ b/src/mesa/state_tracker/st_context.c
@@ -45,7 +45,7 @@
#include "st_program.h"
#include "pipe/p_context.h"
#include "pipe/draw/draw_context.h"
-#include "cso_cache/cso_cache.h"
+#include "pipe/cso_cache/cso_cache.h"
void st_invalidate_state(GLcontext * ctx, GLuint new_state)