From 5d7f2805d83944ed8da6fcc5b8506531262b9da9 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 31 Jan 2014 22:36:29 -0500 Subject: config: drop the check for sys/types.h All the X supported systems do have this header file. None of the xorg modules have this check, so it is safe to remove. Reviewed-by: Arnaud Fontaine Signed-off-by: Gaetan Nadon --- ewmh/ewmh.c.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ewmh') diff --git a/ewmh/ewmh.c.m4 b/ewmh/ewmh.c.m4 index 769b36b..b986105 100644 --- a/ewmh/ewmh.c.m4 +++ b/ewmh/ewmh.c.m4 @@ -43,9 +43,7 @@ #include #include -#ifdef HAVE_SYS_TYPES_H -# include -#endif +#include #define ssizeof(foo) (ssize_t)sizeof(foo) #define countof(foo) (ssizeof(foo) / ssizeof(foo[0])) -- cgit v1.2.3