event-loop: remove extra header

we don't use assert() anywhere in this file, so remove #include <assert.h>

Signed-off-by: Marek Chalupa <mchqwerty@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Marek Chalupa 2015-11-16 11:53:36 +01:00 committed by Bryce Harrington
parent 8bc42fbf7b
commit 10d5f97706

View file

@ -36,7 +36,6 @@
#include <sys/signalfd.h>
#include <sys/timerfd.h>
#include <unistd.h>
#include <assert.h>
#include "wayland-private.h"
#include "wayland-server.h"
#include "wayland-os.h"