Sanitise includes across codebase
[project/bcm63xx/atf.git] / plat / mediatek / mt6795 / drivers / timer / mt_cpuxgpt.c
index b357972e418623302b01efd4c0a6073a66bdf24a..3696f8eec73a4bd1c7363c99b5d85b547c13dc89 100644 (file)
@@ -4,13 +4,15 @@
  * SPDX-License-Identifier: BSD-3-Clause
  */
 
+#include <stdint.h>
 
 #include <arch_helpers.h>
-#include <debug.h>
-#include <mmio.h>
+#include <common/debug.h>
+#include <lib/mmio.h>
+#include <plat/common/platform.h>
+
 #include <mt_cpuxgpt.h>
-#include <platform.h>
-#include <stdint.h>
+
 #define CPUXGPT_BASE   0x10200000
 #define INDEX_BASE             (CPUXGPT_BASE+0x0674)
 #define CTL_BASE               (CPUXGPT_BASE+0x0670)