diff --git a/[refs] b/[refs] index a0ae65d5fae1..66dcab37edab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8ffbc759a5b655feb69435c4dfa857c391f9dcc8 +refs/heads/master: 7ab2febd4d3c6f50545cee11a116536a09748d59 diff --git a/trunk/include/linux/signal.h b/trunk/include/linux/signal.h index 162a8fd10b29..4b42df3860ed 100644 --- a/trunk/include/linux/signal.h +++ b/trunk/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