summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYong Bakos <ybakos@humanoriented.com>2016-07-18 12:46:00 -0500
committerBryce Harrington <bryce@osg.samsung.com>2016-07-25 18:41:14 -0700
commit993df5792820758427c79ab0c2ab6621f3d85ce6 (patch)
treeee87ef89ee301ef1c1690bb07cadf6e71c5a79e6
parent2b1c1b2d66945c5cb237a7264759b6dbdf42b02a (diff)
display-test: Remove redundant stdbool include
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>
-rw-r--r--tests/display-test.c1
1 files changed, 0 insertions, 1 deletions
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 <sys/stat.h>
#include <pthread.h>
#include <poll.h>
-#include <stdbool.h>
#include "wayland-private.h"
#include "wayland-server.h"