diff options
author | Chris Michael <cpmichael@osg.samsung.com> | 2016-05-10 14:26:01 -0400 |
---|---|---|
committer | Chris Michael <cpmichael@osg.samsung.com> | 2016-05-10 14:26:01 -0400 |
commit | 05a3cd62191b68ab0a47b9ee9149234175814f9a (patch) | |
tree | 2f9cf8f17f95f452edc6c040df57a9e6fb36598f | |
parent | be763a011c4d37edff48d8db99bf234514670cb6 (diff) |
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 <cpmichael@osg.samsung.com>
-rw-r--r-- | src/lib/ecore_wl2/ecore_wl2_display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2_display.c b/src/lib/ecore_wl2/ecore_wl2_display.c index 42fb57a677..6e659f0e60 100644 --- a/src/lib/ecore_wl2/ecore_wl2_display.c +++ b/src/lib/ecore_wl2/ecore_wl2_display.c | |||
@@ -4,8 +4,6 @@ | |||
4 | 4 | ||
5 | #include "ecore_wl2_private.h" | 5 | #include "ecore_wl2_private.h" |
6 | 6 | ||
7 | /* for MIN() */ | ||
8 | #include <sys/param.h> | ||
9 | #include "linux-dmabuf-unstable-v1-client-protocol.h" | 7 | #include "linux-dmabuf-unstable-v1-client-protocol.h" |
10 | 8 | ||
11 | static Eina_Hash *_server_displays = NULL; | 9 | static Eina_Hash *_server_displays = NULL; |