gallium: include u_surface.h instead of u_rect.h
authorBrian Paul <brianp@vmware.com>
Mon, 30 Sep 2013 15:07:33 +0000 (09:07 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 1 Oct 2013 00:50:37 +0000 (18:50 -0600)
commit81bb98e928861260170c16f5c3e0d80492251d6b
treec1b63d3ef977dff33e50bae5feb2104e43249491
parent48b9720272184d884b21524ae0b5318d42019793
gallium: include u_surface.h instead of u_rect.h

u_rect.h was including u_surface.h just to avoid touching a bunch
of other source files after some functions were moved from u_rect.h
to u_surface.h.  This patch cleans up that hack.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/util/u_format.c
src/gallium/auxiliary/util/u_rect.h
src/gallium/auxiliary/util/u_tile.c
src/gallium/auxiliary/vl/vl_mpeg12_decoder.c