From 37185b33240870719b6b5913a46e6a441f1ae96f Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 8 Oct 2012 03:27:32 +0100 Subject: um: get rid of pointless include "..." where include <...> will do Signed-off-by: Al Viro Signed-off-by: Richard Weinberger --- arch/um/kernel/umid.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arch/um/kernel/umid.c') diff --git a/arch/um/kernel/umid.c b/arch/um/kernel/umid.c index 81e07e2b..f6cc3bd 100644 --- a/arch/um/kernel/umid.c +++ b/arch/um/kernel/umid.c @@ -4,9 +4,9 @@ */ #include -#include "init.h" -#include "kern.h" -#include "os.h" +#include +#include +#include /* Changed by set_umid_arg */ static int umid_inited = 0; -- cgit v1.1