um: get rid of pointless include "..." where include <...> will do
[deliverable/linux.git] / arch / x86 / um / tls_32.c
index baba84f8ecb8ad8783a00943d31002f35880a7d0..5f5feff3d24cf967c9135b97226bf0f92ef1ae0d 100644 (file)
@@ -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.
This page took 0.03014 seconds and 5 git commands to generate.