commit | 37185b33240870719b6b5913a46e6a441f1ae96f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ZenIV.linux.org.uk> | Mon Oct 08 03:27:32 2012 +0100 |
committer | Richard Weinberger <richard@nod.at> | Tue Oct 09 22:28:45 2012 +0200 |
tree | 60a0f5adbb3d6b879a504defeddb3ff1ecff77d7 | |
parent | 382d95fdfa7ff5c54f6495c597c7cf6d124e404b [diff] [blame] |
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>
diff --git a/arch/x86/um/ptrace_user.c b/arch/x86/um/ptrace_user.c index 3960ca1..617885b 100644 --- a/arch/x86/um/ptrace_user.c +++ b/arch/x86/um/ptrace_user.c
@@ -4,7 +4,7 @@ */ #include <errno.h> -#include "ptrace_user.h" +#include <ptrace_user.h> int ptrace_getregs(long pid, unsigned long *regs_out) {