From: Brian Paul Date: Wed, 13 Jan 2010 23:46:53 +0000 (-0700) Subject: gallium: remove forward struct decl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8519b244f7efe996c6791f7caf2dddee0b020562;p=mesa.git gallium: remove forward struct decl Other struct types (like pipe_texture) are referenced before they're defined so no reason to special-case this one. --- diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 60e96b98deb..66d6cfa11e6 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -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.