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

Yong Bakos junk at humanoriented.com
Mon Jul 18 17:46:00 UTC 2016


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>
---
 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



More information about the wayland-devel mailing list