From 993df5792820758427c79ab0c2ab6621f3d85ce6 Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Mon, 18 Jul 2016 12:46:00 -0500 Subject: [PATCH] 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 --- tests/display-test.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.7.4