ecore-wl2: Remove need for including <sys/param.h>
authorChris Michael <cpmichael@osg.samsung.com>
Tue, 10 May 2016 18:26:01 +0000 (14:26 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Tue, 10 May 2016 18:26:01 +0000 (14:26 -0400)
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 <cpmichael@osg.samsung.com>
src/lib/ecore_wl2/ecore_wl2_display.c

index 42fb57a..6e659f0 100644 (file)
@@ -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;