display-test: Remove redundant stdbool include
authorYong Bakos <ybakos@humanoriented.com>
Mon, 18 Jul 2016 17:46:00 +0000 (12:46 -0500)
committerBryce Harrington <bryce@osg.samsung.com>
Tue, 26 Jul 2016 01:41:14 +0000 (18:41 -0700)
display-test.c includes stdbool.h twice. Remove the redundant include.

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
tests/display-test.c

index f4800ce..0c4df16 100644 (file)
@@ -38,7 +38,6 @@
 #include <sys/stat.h>
 #include <pthread.h>
 #include <poll.h>
-#include <stdbool.h>
 
 #include "wayland-private.h"
 #include "wayland-server.h"