From: Vinson Lee Date: Thu, 26 Aug 2010 06:37:27 +0000 (-0700) Subject: util: Include missing header in u_blit.h. X-Git-Tag: 062012170305~10232 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8ad10dc45d39978a25a300a386440a5cb39a40d;p=profile%2Fivi%2Fmesa.git util: Include missing header in u_blit.h. Include p_compiler.h for uint symbol. Clean up forward declarations. --- diff --git a/src/gallium/auxiliary/util/u_blit.h b/src/gallium/auxiliary/util/u_blit.h index ef95134..b8a0dfc 100644 --- a/src/gallium/auxiliary/util/u_blit.h +++ b/src/gallium/auxiliary/util/u_blit.h @@ -30,18 +30,20 @@ #define U_BLIT_H +#include "pipe/p_compiler.h" + + #ifdef __cplusplus extern "C" { #endif +struct cso_context; struct pipe_context; -struct pipe_surface; struct pipe_resource; -struct cso_context; - - -struct blit_state; +struct pipe_sampler_view; +struct pipe_subresource; +struct pipe_surface; extern struct blit_state *