[PATCH wayland] event-loop: remove extra header
Marek Chalupa
mchqwerty at gmail.com
Mon Nov 16 02:53:36 PST 2015
we don't use assert() anywhere in this file, so remove #include <assert.h>
Signed-off-by: Marek Chalupa <mchqwerty at gmail.com>
---
src/event-loop.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/event-loop.c b/src/event-loop.c
index 130c7be..ea27b69 100644
--- a/src/event-loop.c
+++ b/src/event-loop.c
@@ -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"
--
2.5.0
More information about the wayland-devel
mailing list