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>
This commit is contained in:
Yong Bakos 2016-07-18 12:46:00 -05:00 committed by Bryce Harrington
parent 2b1c1b2d66
commit 993df57928

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