um: get rid of pointless include "..." where include <...> will do
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
committed by
Richard Weinberger
parent
382d95fdfa
commit
37185b3324
@ -9,10 +9,10 @@
|
||||
#include <errno.h>
|
||||
#include <sys/time.h>
|
||||
#include <asm/unistd.h>
|
||||
#include "aio.h"
|
||||
#include "init.h"
|
||||
#include "kern_util.h"
|
||||
#include "os.h"
|
||||
#include <aio.h>
|
||||
#include <init.h>
|
||||
#include <kern_util.h>
|
||||
#include <os.h>
|
||||
|
||||
struct aio_thread_req {
|
||||
enum aio_type type;
|
||||
|
Reference in New Issue
Block a user