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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user