treewide: use #include <...> to include public headers
[oweals/u-boot.git] / drivers / qe / qe.c
index 2b98984ef26d5f777dc4bcdcfb50cc74b7d02599..7e74212424aeb91182892c901cb466f64bf23d37 100644 (file)
@@ -7,11 +7,11 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include "common.h"
+#include <common.h>
 #include <command.h>
-#include "asm/errno.h"
-#include "asm/io.h"
-#include "linux/immap_qe.h"
+#include <asm/errno.h>
+#include <asm/io.h>
+#include <linux/immap_qe.h>
 #include <fsl_qe.h>
 #ifdef CONFIG_LS102XA
 #include <asm/arch/immap_ls102xa.h>