efl_wl: Silence ridiculous warning
authorDerek Foreman <derekf@osg.samsung.com>
Mon, 27 Nov 2017 17:31:22 +0000 (11:31 -0600)
committerDerek Foreman <derekf@osg.samsung.com>
Mon, 27 Nov 2017 17:33:53 +0000 (11:33 -0600)
commit49fefaf1bc370fd3c6f760c79231d65f6596e9c9
tree1d378d18a0d63ae8ab9ad1a129363bf10d19004d
parent68620de80138dbbe0eb53196921e6a5e99c278f0
efl_wl: Silence ridiculous warning

Including wayland client code before wayland server code causes
spurious "struct wl_buffer deprecated" nonsense.

Recent ecore_wl2 changes brought wayland client code into Ecore_Wl2.h
which caused the warning to trigger here.

Simply re-ordering the include files should resolve with no functional
change.
src/lib/efl_wl/efl_wl.c