st/mesa: Clean up header file inclusion in st_cache.h.

This commit is contained in:
Vinson Lee 2010-08-03 17:55:53 -07:00
parent 279926859e
commit a3ff6c2697
1 changed files with 3 additions and 2 deletions

View File

@ -33,10 +33,11 @@
#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;