st/mesa: Clean up header file inclusion in st_cache.h.
authorVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 00:55:53 +0000 (17:55 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 00:55:53 +0000 (17:55 -0700)
src/mesa/state_tracker/st_cache.h

index b81de316ec990854d4b3a1aea1b6ddeee575c939..6d5de7b13adc5cc8e3f5292c41e50a6b55364464 100644 (file)
 #ifndef ST_CACHE_H
 #define ST_CACHE_H
 
-#include "cso_cache/cso_cache.h"
-
 struct pipe_blend_state;
+struct pipe_depth_stencil_alpha_state;
+struct pipe_rasterizer_state;
 struct pipe_sampler_state;
+struct pipe_shader_state;
 struct st_context;