diff options
author | Marek Olšák <maraeo@gmail.com> | 2010-05-14 15:07:06 +0200 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2010-05-14 19:00:56 +0200 |
commit | 07ff65925fdcc2d0ff449b6474f3cbd1351b2b18 (patch) | |
tree | e2ee028b9afec1e7ee8c2b19d0b2f9597a9a19c8 /src/gallium/drivers | |
parent | 93c997a9146e0b50186df684f4847fb0124ada11 (diff) |
gallium: remove forward declarations of non-existent objects
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/svga/svga_swtnl.h | 1 | ||||
-rw-r--r-- | src/gallium/drivers/trace/tr_dump.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/svga/svga_swtnl.h b/src/gallium/drivers/svga/svga_swtnl.h index 8724690f7e..65c675f99c 100644 --- a/src/gallium/drivers/svga/svga_swtnl.h +++ b/src/gallium/drivers/svga/svga_swtnl.h @@ -30,7 +30,6 @@ struct svga_context; struct pipe_context; -struct pipe_buffer; struct vbuf_render; diff --git a/src/gallium/drivers/trace/tr_dump.h b/src/gallium/drivers/trace/tr_dump.h index f21f72b0c7..74c5e83e9e 100644 --- a/src/gallium/drivers/trace/tr_dump.h +++ b/src/gallium/drivers/trace/tr_dump.h @@ -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; |