Re: [PATCH wayland] display-test: Remove redundant stdbool include

2016-07-25 Thread Bryce Harrington
On Mon, Jul 18, 2016 at 12:49:07PM -0700, Bryce Harrington wrote: > On Mon, Jul 18, 2016 at 12:46:00PM -0500, Yong Bakos wrote: > > From: Yong Bakos > > > > display-test.c includes stdbool.h twice. Remove the redundant include. > > > > Signed-off-by: Yong Bakos > > Reviewed-by: Bryce Harringto

Re: [PATCH wayland] display-test: Remove redundant stdbool include

2016-07-18 Thread Bryce Harrington
On Mon, Jul 18, 2016 at 12:46:00PM -0500, Yong Bakos wrote: > From: Yong Bakos > > display-test.c includes stdbool.h twice. Remove the redundant include. > > Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington > --- > tests/display-test.c | 1 - > 1 file changed, 1 deletion(-) > > diff

[PATCH wayland] display-test: Remove redundant stdbool include

2016-07-18 Thread Yong Bakos
From: Yong Bakos display-test.c includes stdbool.h twice. Remove the redundant include. Signed-off-by: Yong Bakos --- tests/display-test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/display-test.c b/tests/display-test.c index 17956db..b7557d0 100644 --- a/tests/display-test.c +++