From: Brian Paul Date: Thu, 6 Oct 2011 03:43:43 +0000 (-0600) Subject: mesa: remove some unneeded forward struct declarations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0214712c3074dfef5569d032a00276182c4185bf;p=mesa.git mesa: remove some unneeded forward struct declarations --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index e31045989dc..c97c0bf80af 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -73,10 +73,7 @@ struct _mesa_HashTable; struct gl_attrib_node; struct gl_list_extensions; struct gl_meta_state; -struct gl_pixelstore_attrib; struct gl_program_cache; -struct gl_texture_format; -struct gl_texture_image; struct gl_texture_object; struct gl_context; struct st_context;