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>
此提交包含在:
@@ -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;
|
||||
|
新增問題並參考
封鎖使用者