summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-20 01:15:04 -0800
committerVinson Lee <vlee@vmware.com>2010-12-20 01:15:04 -0800
commit2dd788663a8d54e8d54fc373d9399548f324c9ea (patch)
tree17206cecc10fb603b0018e1e490cd33dd1b7979f /src/mesa/state_tracker/st_cb_texture.h
parent10eb0c39d52d59956f306ee9daa63e1466e0cd3e (diff)
st/mesa: Clean up header file inclusion in st_cb_texture.h.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_texture.h')
-rw-r--r--src/mesa/state_tracker/st_cb_texture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_texture.h b/src/mesa/state_tracker/st_cb_texture.h
index 60987055eb..f1502bda78 100644
--- a/src/mesa/state_tracker/st_cb_texture.h
+++ b/src/mesa/state_tracker/st_cb_texture.h
@@ -31,9 +31,10 @@
#include "main/glheader.h"
-#include "main/mtypes.h"
struct dd_function_table;
+struct gl_context;
+struct gl_texture_object;
struct pipe_context;
struct st_context;