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>
Este commit está contenido en:
Al Viro
2012-10-08 03:27:32 +01:00
cometido por Richard Weinberger
padre 382d95fdfa
commit 37185b3324
Se han modificado 144 ficheros con 428 adiciones y 429 borrados

Ver fichero

@@ -3,12 +3,12 @@
* Licensed under the GPL
*/
#include "linux/percpu.h"
#include "linux/sched.h"
#include "asm/uaccess.h"
#include "os.h"
#include "skas.h"
#include "sysdep/tls.h"
#include <linux/percpu.h>
#include <linux/sched.h>
#include <asm/uaccess.h>
#include <os.h>
#include <skas.h>
#include <sysdep/tls.h>
/*
* If needed we can detect when it's uninitialized.