bin/ecore_evas: remove useless inclusion of Evil.h

Test Plan: compilation

Reviewers: zmike, raster, cedric

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8917
This commit is contained in:
Vincent Torri 2019-05-17 14:02:21 -04:00 committed by Mike Blumenkrantz
parent 092114ecc8
commit 1692ff3890
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@
#include <config.h>
#endif
#ifdef _WIN32
# include <Evil.h>
#endif
#include <Eina.h>
#include <Evas.h>
#include <Ecore.h>