diff options
author | Keith Whitwell <[email protected]> | 2010-03-04 16:33:45 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-04 16:34:59 +0000 |
commit | c549593931ef08bb48e601189fa97c86b5e780b2 (patch) | |
tree | 1832d7292c5f9424a3a85911ad6b5c74fb658d75 /src/gallium/drivers/cell/ppu/cell_context.c | |
parent | 23e951d0da5802fec70996e46ad6f0abc411594c (diff) |
gallium: remove redundant includes
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_context.c')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.c b/src/gallium/drivers/cell/ppu/cell_context.c index 5bff9869fd0..4751ca8957f 100644 --- a/src/gallium/drivers/cell/ppu/cell_context.c +++ b/src/gallium/drivers/cell/ppu/cell_context.c @@ -36,7 +36,6 @@ #include "pipe/p_defines.h" #include "pipe/p_format.h" #include "util/u_memory.h" -#include "util/u_simple_screen.h" #include "pipe/p_screen.h" #include "draw/draw_context.h" |