From: Yong Bakos Date: Mon, 18 Jul 2016 17:46:00 +0000 (-0500) Subject: display-test: Remove redundant stdbool include X-Git-Tag: 1.11.91~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=993df5792820758427c79ab0c2ab6621f3d85ce6;p=platform%2Fupstream%2Fwayland.git display-test: Remove redundant stdbool include display-test.c includes stdbool.h twice. Remove the redundant include. Signed-off-by: Yong Bakos Reviewed-by: Bryce Harrington --- diff --git a/tests/display-test.c b/tests/display-test.c index f4800ce..0c4df16 100644 --- a/tests/display-test.c +++ b/tests/display-test.c @@ -38,7 +38,6 @@ #include #include #include -#include #include "wayland-private.h" #include "wayland-server.h"