Sanitise includes across codebase
[project/bcm63xx/atf.git] / lib / libc / snprintf.c
index 66a2fa2f53122dd6152e9a3cf0c304d5425aee43..38ad1c71abb3fd5aa124d74612e1f4435c7beafe 100644 (file)
@@ -5,10 +5,11 @@
  */
 
 #include <assert.h>
-#include <debug.h>
-#include <platform.h>
 #include <stdarg.h>
 
+#include <common/debug.h>
+#include <plat/common/platform.h>
+
 static void string_print(char **s, size_t n, size_t *chars_printed,
                         const char *str)
 {