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 d00643fcc4

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-05-10 14:26:01 -04:00
parent be763a011c
commit 05a3cd6219
1 changed files with 0 additions and 2 deletions

View 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;