Re: [PATCH wayland] wayland-server: Clarify included header dependencies

2016-06-01 Thread Bryce Harrington
On Tue, May 17, 2016 at 09:02:01PM -0600, Yong Bakos wrote: > From: Yong Bakos > > wayland-server.c directly depends on wayland-util.h, and will include > wayland-server-protocol.h via wayland-server.h. > > Explicitly include wayland-util.h, making this dependency clear. > Remove the redundant i

[PATCH wayland] wayland-server: Clarify included header dependencies

2016-05-17 Thread Yong Bakos
From: Yong Bakos wayland-server.c directly depends on wayland-util.h, and will include wayland-server-protocol.h via wayland-server.h. Explicitly include wayland-util.h, making this dependency clear. Remove the redundant inclusion of wayland-server-protocol.h. Signed-off-by: Yong Bakos --- sr