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:
Al Viro
2012-10-08 03:27:32 +01:00
committed by Richard Weinberger
父節點 382d95fdfa
當前提交 37185b3324
共有 144 個文件被更改,包括 428 次插入429 次删除

查看文件

@@ -3,9 +3,9 @@
* Licensed under the GPL
*/
#include "sysdep/stub.h"
#include "sysdep/faultinfo.h"
#include "sysdep/mcontext.h"
#include <sysdep/stub.h>
#include <sysdep/faultinfo.h>
#include <sysdep/mcontext.h>
void __attribute__ ((__section__ (".__syscall_stub")))
stub_segv_handler(int sig, siginfo_t *info, void *p)