Eo: replace Evil.h with evil_private.h

Test Plan: compilation

Reviewers: q66, raster, zmike

Reviewed By: q66

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8905
This commit is contained in:
Vincent Torri 2019-05-16 14:36:12 +02:00 committed by Daniel Kolesa
parent 60bc434628
commit 7f45f94af0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include <Eina.h>
#ifdef _WIN32
# include <Evil.h>
# include <evil_private.h> /* evil_time_get dladdr */
#endif
#if defined(__APPLE__) && defined(__MACH__)