From b2af8b1f198b9254c51588970df1f26d05d0d0d3 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 9 Feb 2014 10:49:23 -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. Signed-off-by: Gaetan Nadon Reviewed-by: Arnaud Fontaine --- src/event.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/event.c b/src/event.c index b868252..88058c4 100644 --- a/src/event.c +++ b/src/event.c @@ -36,9 +36,7 @@ #include "xcb_event.h" -#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