private: Remove unnecessary forward declarations
authorYong Bakos <ybakos@humanoriented.com>
Sat, 7 May 2016 14:11:30 +0000 (09:11 -0500)
committerBryce Harrington <bryce@osg.samsung.com>
Wed, 11 May 2016 18:09:20 +0000 (11:09 -0700)
commitf86fbe1a115fe2bf0da066e66ed73349cc2c378c
tree39e75d7db2164ad1b390292096646fa4e7bfe5d9
parent385906beae3a7605629fd3a582f1be9254d7345b
private: Remove unnecessary forward declarations

Declarations for wl_connection and wl_closure are not needed here.
wl_closure already has a complete definition.
Removing these forward declarations results in a clean, warning-free compile.

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
[Updated to apply to trunk]
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
src/wayland-private.h