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/drivers/fd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/um/drivers/fd.c') diff --git a/arch/um/drivers/fd.c b/arch/um/drivers/fd.c index 5b81d25..a13a427 100644 --- a/arch/um/drivers/fd.c +++ b/arch/um/drivers/fd.c @@ -9,8 +9,8 @@ #include #include #include "chan_user.h" -#include "os.h" -#include "um_malloc.h" +#include +#include struct fd_chan { int fd; -- cgit v1.1