[PATCH wayland] event-loop: remove extra header

Bryce Harrington bryce at osg.samsung.com
Mon Nov 16 11:42:17 PST 2015


On Mon, Nov 16, 2015 at 11:53:36AM +0100, Marek Chalupa wrote:
> we don't use assert() anywhere in this file, so remove #include <assert.h>
> 
> Signed-off-by: Marek Chalupa <mchqwerty at gmail.com>

Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>

Thanks, pushed:
remote: I: patch #64885 updated using rev 10d5f97706f6228b607daebb90166752beb8fc77
remote: I: 1 patch(es) updated to state Accepted.
To ssh://git.freedesktop.org/git/wayland/wayland
   8bc42fb..10d5f97  master -> master

> ---
>  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
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list