Re: [PATCH wayland] event-loop: Make transitive include explicit

2016-06-01 Thread Bryce Harrington
On Tue, May 17, 2016 at 02:32:02PM +0800, Jonas Ådahl wrote: > On Mon, May 16, 2016 at 12:05:39PM -0600, Yong Bakos wrote: > > From: Yong Bakos > > > > The explicit inclusion of wayland-server.h hides the real dependency, which > > is wayland-server-core.h. > > > >

Re: [PATCH wayland] event-loop: Make transitive include explicit

2016-05-19 Thread Jonas Ådahl
On Thu, May 19, 2016 at 12:39:13PM -0400, Yong Bakos wrote: > On May 17, 2016, at 2:32 AM, Jonas Ådahl wrote: > > > > On Mon, May 16, 2016 at 12:05:39PM -0600, Yong Bakos wrote: > >> From: Yong Bakos > >> > >> The explicit inclusion of

Re: [PATCH wayland] event-loop: Make transitive include explicit

2016-05-19 Thread Yong Bakos
On May 17, 2016, at 2:32 AM, Jonas Ådahl wrote: > > On Mon, May 16, 2016 at 12:05:39PM -0600, Yong Bakos wrote: >> From: Yong Bakos >> >> The explicit inclusion of wayland-server.h hides the real dependency, which >> is wayland-server-core.h. >> >>

Re: [PATCH wayland] event-loop: Make transitive include explicit

2016-05-17 Thread Jonas Ådahl
On Mon, May 16, 2016 at 12:05:39PM -0600, Yong Bakos wrote: > From: Yong Bakos > > The explicit inclusion of wayland-server.h hides the real dependency, which > is wayland-server-core.h. > > Signed-off-by: Yong Bakos Reviewed-by: Jonas Ådahl

[PATCH wayland] event-loop: Make transitive include explicit

2016-05-16 Thread Yong Bakos
From: Yong Bakos The explicit inclusion of wayland-server.h hides the real dependency, which is wayland-server-core.h. Signed-off-by: Yong Bakos --- src/event-loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git