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.
This commit is contained in:
Brian Paul
2010-01-13 16:46:53 -07:00
parent 1cfd769c2e
commit 8519b244f7
-4
View 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.