From: David Woodhouse Date: Tue, 25 Apr 2006 13:55:46 +0000 (+0100) Subject: Don't include private headers from user-visible part of linux/signal.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7ab2febd4d3c6f50545cee11a116536a09748d59;p=mv-sheeva.git Don't include private headers from user-visible part of linux/signal.h Signed-off-by: David Woodhouse --- diff --git a/include/linux/signal.h b/include/linux/signal.h index 162a8fd10b2..4b42df3860e 100644 --- a/include/linux/signal.h +++ b/include/linux/signal.h @@ -1,12 +1,12 @@ #ifndef _LINUX_SIGNAL_H #define _LINUX_SIGNAL_H -#include -#include #include #include #ifdef __KERNEL__ +#include +#include /* * These values of sa_flags are used only by the kernel as part of the