mesa: remove some unneeded forward struct declarations

This commit is contained in:
Brian Paul 2011-10-05 21:43:43 -06:00
parent 068fcc029d
commit 0214712c30

View file

@ -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;