Mesa (master): st/mesa: Clean up header file inclusion in st_cache.h.

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 4 00:56:16 UTC 2010


Module: Mesa
Branch: master
Commit: a3ff6c269729597dd1318df2a10fb2a7dba093d6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3ff6c269729597dd1318df2a10fb2a7dba093d6

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Aug  3 17:55:53 2010 -0700

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

---

 src/mesa/state_tracker/st_cache.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/mesa/state_tracker/st_cache.h b/src/mesa/state_tracker/st_cache.h
index b81de31..6d5de7b 100644
--- a/src/mesa/state_tracker/st_cache.h
+++ b/src/mesa/state_tracker/st_cache.h
@@ -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;
 
 




More information about the mesa-commit mailing list