Re: [Mesa-dev] [PATCH 4/5] i965: Fix Android build by removing relative includes

2011-08-29 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/29/2011 11:50 AM, Chad Versace wrote: This patch is Reviewed-by: Ian Romanick I can't really speak to the others in this series. > Replace each occurence of > #include "../glsl/*.h" > with > #include "glsl/*.h" > > v2 > > - [id

[Mesa-dev] [PATCH 4/5] i965: Fix Android build by removing relative includes

2011-08-29 Thread Chad Versace
Replace each occurence of #include "../glsl/*.h" with #include "glsl/*.h" v2 - [idr] Eliminated spurious whitespace. CC: Ian Romanick Signed-off-by: Chad Versace --- src/mesa/drivers/dri/i965/brw_clip.c |2 +- src/mesa/drivers/dri/i965/brw_context.c|