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>
此提交包含在:
Al Viro
2012-10-08 03:27:32 +01:00
提交者 Richard Weinberger
父節點 382d95fdfa
當前提交 37185b3324
共有 144 個檔案被更改,包括 428 行新增429 行删除

查看文件

@@ -7,8 +7,8 @@
#include <fcntl.h>
#include <termios.h>
#include "chan_user.h"
#include "os.h"
#include "um_malloc.h"
#include <os.h>
#include <um_malloc.h>
struct tty_chan {
char *dev;