um: get rid of pointless include "..." where include <...> will do
[linux-2.6-block.git] / arch / um / include / asm / processor-generic.h
index 33a6a2423bd25638a2b93f20fdc77bcf6e0f1737..24e97be814bcc793f24d41d282388e4bc3d62937 100644 (file)
@@ -10,9 +10,9 @@ struct pt_regs;
 
 struct task_struct;
 
-#include "asm/ptrace.h"
-#include "registers.h"
-#include "sysdep/archsetjmp.h"
+#include <asm/ptrace.h>
+#include <registers.h>
+#include <sysdep/archsetjmp.h>
 
 #include <linux/prefetch.h>