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/bugs_64.c b/arch/x86/um/bugs_64.c index 44e02ba..8cc8256 100644 --- a/arch/x86/um/bugs_64.c +++ b/arch/x86/um/bugs_64.c
@@ -4,7 +4,7 @@ * Licensed under the GPL */ -#include "sysdep/ptrace.h" +#include <sysdep/ptrace.h> void arch_check_bugs(void) {