From: Brian Paul Date: Thu, 2 Aug 2012 15:40:40 +0000 (-0600) Subject: svga: remove unneeded 'struct svga_screen' declarations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bcd8d9713d2cd9ead1d7837449c0062e0c0dcb24;p=mesa.git svga: remove unneeded 'struct svga_screen' declarations --- diff --git a/src/gallium/drivers/svga/svga_resource.h b/src/gallium/drivers/svga/svga_resource.h index 851e3b50ce3..70c58c2fc69 100644 --- a/src/gallium/drivers/svga/svga_resource.h +++ b/src/gallium/drivers/svga/svga_resource.h @@ -28,7 +28,6 @@ #ifndef SVGA_RESOURCE_H #define SVGA_RESOURCE_H -struct svga_screen; #include "util/u_debug.h" diff --git a/src/gallium/drivers/svga/svga_resource_buffer.h b/src/gallium/drivers/svga/svga_resource_buffer.h index da85f1a002e..ee12acf6971 100644 --- a/src/gallium/drivers/svga/svga_resource_buffer.h +++ b/src/gallium/drivers/svga/svga_resource_buffer.h @@ -42,7 +42,6 @@ #define SVGA_BUFFER_MAX_RANGES 32 -struct svga_screen; struct svga_context; struct svga_winsys_buffer; struct svga_winsys_surface;