um: get rid of pointless include "..." where include <...> will do
[deliverable/linux.git] / arch / um / include / asm / pgtable.h
index 5888f1b834771a102a7d212581ec1f3eb9aff3b2..ae02909a18752adebe5657aef42c620a629d3293 100644 (file)
@@ -23,9 +23,9 @@
                                   pte_present gives true */
 
 #ifdef CONFIG_3_LEVEL_PGTABLES
-#include "asm/pgtable-3level.h"
+#include <asm/pgtable-3level.h>
 #else
-#include "asm/pgtable-2level.h"
+#include <asm/pgtable-2level.h>
 #endif
 
 extern pgd_t swapper_pg_dir[PTRS_PER_PGD];
This page took 0.029993 seconds and 5 git commands to generate.