gallium: remove forward struct decl
authorBrian Paul <brianp@vmware.com>
Wed, 13 Jan 2010 23:46:53 +0000 (16:46 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 14 Jan 2010 00:39:44 +0000 (17:39 -0700)
Other struct types (like pipe_texture) are referenced before they're
defined so no reason to special-case this one.

src/gallium/include/pipe/p_state.h

index 60e96b9..66d6cfa 100644 (file)
@@ -66,10 +66,6 @@ extern "C" {
 #define PIPE_MAX_TEXTURE_LEVELS   16
 
 
-/* fwd decls */
-struct pipe_surface;
-
-
 /**
  * The driver will certainly subclass this to include actual memory
  * management information.