[PATCH wayland] display-test: Remove redundant stdbool include
Bryce Harrington
bryce at osg.samsung.com
Mon Jul 18 19:49:07 UTC 2016
On Mon, Jul 18, 2016 at 12:46:00PM -0500, Yong Bakos wrote:
> From: Yong Bakos <ybakos at humanoriented.com>
>
> display-test.c includes stdbool.h twice. Remove the redundant include.
>
> Signed-off-by: Yong Bakos <ybakos at humanoriented.com>
Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>
> ---
> 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
> +++ b/tests/display-test.c
> @@ -37,7 +37,6 @@
> #include <sys/stat.h>
> #include <pthread.h>
> #include <poll.h>
> -#include <stdbool.h>
>
> #include "wayland-private.h"
> #include "wayland-server.h"
> --
> 2.7.2
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list