devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=05a3cd62191b68ab0a47b9ee9149234175814f9a

commit 05a3cd62191b68ab0a47b9ee9149234175814f9a
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Tue May 10 14:26:01 2016 -0400

    ecore-wl2: Remove need for including <sys/param.h>
    
    As we already have MIN & MAX defined in Eina, we no longer need to
    include sys/param.h header to get those defines
    
    ref d00643fcc4ebe2de3d9abf21edd0a7f55d99972c
    
    @fix
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 src/lib/ecore_wl2/ecore_wl2_display.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/ecore_wl2/ecore_wl2_display.c 
b/src/lib/ecore_wl2/ecore_wl2_display.c
index 42fb57a..6e659f0 100644
--- a/src/lib/ecore_wl2/ecore_wl2_display.c
+++ b/src/lib/ecore_wl2/ecore_wl2_display.c
@@ -4,8 +4,6 @@
 
 #include "ecore_wl2_private.h"
 
-/* for MIN() */
-#include <sys/param.h>
 #include "linux-dmabuf-unstable-v1-client-protocol.h"
 
 static Eina_Hash *_server_displays = NULL;

-- 


Reply via email to