gallium: remove forward declarations of non-existent objects
authorMarek Olšák <maraeo@gmail.com>
Fri, 14 May 2010 13:07:06 +0000 (15:07 +0200)
committerMarek Olšák <maraeo@gmail.com>
Fri, 14 May 2010 17:00:56 +0000 (19:00 +0200)
src/gallium/drivers/svga/svga_swtnl.h
src/gallium/drivers/trace/tr_dump.h
src/gallium/include/pipe/p_screen.h
src/gallium/include/state_tracker/dri1_api.h
src/gallium/include/state_tracker/drm_api.h

index 8724690..65c675f 100644 (file)
@@ -30,7 +30,6 @@
 
 struct svga_context;
 struct pipe_context;
-struct pipe_buffer;
 struct vbuf_render;
 
 
index f21f72b..74c5e83 100644 (file)
@@ -37,7 +37,6 @@
 #include "pipe/p_compiler.h"
 #include "pipe/p_format.h"
 
-struct pipe_buffer;
 struct pipe_resource;
 struct pipe_surface;
 struct pipe_transfer;
index 7195dc0..0d9de48 100644 (file)
@@ -54,7 +54,6 @@ struct winsys_handle;
 /** Opaque type */
 struct pipe_fence_handle;
 struct pipe_winsys;
-struct pipe_texture;
 struct pipe_resource;
 struct pipe_surface;
 struct pipe_transfer;
index a48c5de..0d702d9 100644 (file)
@@ -9,7 +9,6 @@
 
 struct pipe_screen;
 struct pipe_winsys;
-struct pipe_buffer;
 struct pipe_context;
 struct pipe_resource;
 
index 3d8fdd8..8fd0995 100644 (file)
@@ -6,7 +6,6 @@
 
 struct pipe_screen;
 struct pipe_winsys;
-struct pipe_buffer;
 struct pipe_context;
 struct pipe_resource;