From: Vinson Lee Date: Mon, 20 Dec 2010 09:15:04 +0000 (-0800) Subject: st/mesa: Clean up header file inclusion in st_cb_texture.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2dd788663a8d54e8d54fc373d9399548f324c9ea;p=mesa.git st/mesa: Clean up header file inclusion in st_cb_texture.h. --- diff --git a/src/mesa/state_tracker/st_cb_texture.h b/src/mesa/state_tracker/st_cb_texture.h index 60987055eb1..f1502bda788 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;