wayland_shm: No longer include dmabuf header in engine.h

There's no longer any need for code outside of evas_dmabuf.c to
know anything about dmabuf.
This commit is contained in:
Derek Foreman 2017-11-30 11:59:41 -06:00
parent e1031f5249
commit 4e3016070a
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ extern int _evas_engine_way_shm_log_dom;
# define CRI(...) EINA_LOG_DOM_CRIT(_evas_engine_way_shm_log_dom, __VA_ARGS__)
# include <wayland-client.h>
# include "linux-dmabuf-unstable-v1-client-protocol.h"
# include "../software_generic/Evas_Engine_Software_Generic.h"
# include "Evas_Engine_Wayland.h"