Sanitise includes across codebase
[project/bcm63xx/atf.git] / drivers / renesas / rcar / pwrc / pwrc.c
index 6dfc0b69f4adc5e642764ed4ec13ea5d6ac42e5a..8cdfe75e54079e90ffb965d1f4fb15ecadfde717 100644 (file)
@@ -4,14 +4,16 @@
  * SPDX-License-Identifier: BSD-3-Clause
  */
 
-#include <arch.h>
-#include <arch_helpers.h>
 #include <assert.h>
-#include <bakery_lock.h>
-#include <debug.h>
-#include <mmio.h>
 #include <string.h>
-#include <xlat_tables_v2.h>
+
+#include <arch.h>
+#include <arch_helpers.h>
+#include <common/debug.h>
+#include <lib/bakery_lock.h>
+#include <lib/mmio.h>
+#include <lib/xlat_tables/xlat_tables_v2.h>
+
 #include "iic_dvfs.h"
 #include "rcar_def.h"
 #include "rcar_private.h"