raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=40e2f9ba8eaa59ab3fada45e09c6431060d18321

commit 40e2f9ba8eaa59ab3fada45e09c6431060d18321
Author: Vincent Torri <vincent.to...@gmail.com>
Date:   Fri May 17 11:52:58 2019 +0100

    Eet: remove useless inclusion of Evil.h
    
    Test Plan: compilation
    
    Reviewers: raster, zmike, cedric
    
    Subscribers: #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D8909
---
 src/lib/eet/eet_node.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/lib/eet/eet_node.c b/src/lib/eet/eet_node.c
index fa203f2ea8..9fbbf49186 100644
--- a/src/lib/eet/eet_node.c
+++ b/src/lib/eet/eet_node.c
@@ -5,10 +5,6 @@
 #include <string.h>
 #include <stdio.h>
 
-#ifdef _WIN32
-# include <Evil.h>
-#endif /* ifdef _WIN32 */
-
 #include <Eina.h>
 
 #include "Eet.h"

-- 


Reply via email to