st/mesa: check if _mesa_create_context() returns NULL
[mesa.git] / src / mesa / state_tracker / st_cache.h
index e0c176b0ffc0bec9861d584297aaad7ac58f9e4d..6d5de7b13adc5cc8e3f5292c41e50a6b55364464 100644 (file)
 #ifndef ST_CACHE_H
 #define ST_CACHE_H
 
-#include "pipe/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;