Re: [Mesa-dev] [PATCH 1/4] mesa: Include simple_list.h explicitly in errors.c.

2015-06-08 Thread Francisco Jerez
Brian Paul writes: > On 06/08/2015 06:34 AM, Francisco Jerez wrote: >> This seems to be the only user of simple_list in core mesa not >> including the header explicitly. >> --- >> src/mesa/main/errors.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/src/mesa/main/errors.c b/src/me

Re: [Mesa-dev] [PATCH 1/4] mesa: Include simple_list.h explicitly in errors.c.

2015-06-08 Thread Brian Paul
On 06/08/2015 06:34 AM, Francisco Jerez wrote: This seems to be the only user of simple_list in core mesa not including the header explicitly. --- src/mesa/main/errors.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c index 2aa1deb..16f10dd 1

[Mesa-dev] [PATCH 1/4] mesa: Include simple_list.h explicitly in errors.c.

2015-06-08 Thread Francisco Jerez
This seems to be the only user of simple_list in core mesa not including the header explicitly. --- src/mesa/main/errors.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c index 2aa1deb..16f10dd 100644 --- a/src/mesa/main/errors.c +++ b/src/mesa/m