diff options
| author | Marek Chalupa <mchqwerty@gmail.com> | 2015-11-16 11:53:36 +0100 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-11-16 11:42:01 -0800 |
| commit | 10d5f97706f6228b607daebb90166752beb8fc77 (patch) | |
| tree | ba1eb8c56689740b10c8b440878a621aa6fe4a9c | |
| parent | shm: wl_shm_buffer_get_data() requires a valid pool. (diff) | |
| download | wayland-10d5f97706f6228b607daebb90166752beb8fc77.tar wayland-10d5f97706f6228b607daebb90166752beb8fc77.tar.gz wayland-10d5f97706f6228b607daebb90166752beb8fc77.tar.bz2 wayland-10d5f97706f6228b607daebb90166752beb8fc77.tar.lz wayland-10d5f97706f6228b607daebb90166752beb8fc77.tar.xz wayland-10d5f97706f6228b607daebb90166752beb8fc77.tar.zst wayland-10d5f97706f6228b607daebb90166752beb8fc77.zip | |
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>
| -rw-r--r-- | src/event-loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
