From 945581d5bd796a046a42e3ee915bd9ec0c6853ca Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 18 Aug 2011 20:01:39 +0100 Subject: um: kill a couple of useless includes of kern_constants.h Signed-off-by: Al Viro Signed-off-by: Richard Weinberger diff --git a/arch/um/sys-x86_64/shared/sysdep/syscalls.h b/arch/um/sys-x86_64/shared/sysdep/syscalls.h index 7cfb0b08..8a7d5e1 100644 --- a/arch/um/sys-x86_64/shared/sysdep/syscalls.h +++ b/arch/um/sys-x86_64/shared/sysdep/syscalls.h @@ -9,7 +9,6 @@ #include #include -#include typedef long syscall_handler_t(void); diff --git a/arch/um/sys-x86_64/syscall_table.c b/arch/um/sys-x86_64/syscall_table.c index 47d469e..f46de82 100644 --- a/arch/um/sys-x86_64/syscall_table.c +++ b/arch/um/sys-x86_64/syscall_table.c @@ -6,7 +6,6 @@ #include #include #include -#include #define __NO_STUBS -- cgit v0.10.2