From 1d35f750e7bd3e236226c66eab6e388e82e5dbaa Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 23 Apr 2014 17:28:33 +0100 Subject: [PATCH] posix_types: remove include of stddef.h Signed-off-by: Brendan Le Foll --- include/linux/posix_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/posix_types.h b/include/linux/posix_types.h index c197519..33b0fa2 100644 --- a/include/linux/posix_types.h +++ b/include/linux/posix_types.h @@ -18,7 +18,6 @@ ****************************************************************************/ #ifndef _LINUX_POSIX_TYPES_H #define _LINUX_POSIX_TYPES_H -#include #undef __FD_SETSIZE /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #define __FD_SETSIZE 1024 -- 2.7.4