wayland-server: Clarify included header dependencies
authorYong Bakos <ybakos@humanoriented.com>
Wed, 18 May 2016 03:02:01 +0000 (21:02 -0600)
committerBryce Harrington <bryce@osg.samsung.com>
Thu, 2 Jun 2016 02:22:19 +0000 (19:22 -0700)
commitd588efcbc8153c01b61c7056a0171ac5cddd5103
tree84cf2bb6194575b2902dc3954d8119ece6bd9aeb
parent972f1a2cf78a257a50edae58826e43835155adeb
wayland-server: Clarify included header dependencies

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 <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
src/wayland-server.c