@@ -16,8 +16,8 @@
* from this software without specific prior written permission.
*/
-#include <inttypes.h>
-#include <string.h>
+#include <stdint.h>
+#include "string.h"
#include "semihosting.h"
int semi_open(char const *filename, int mode)
@@ -19,7 +19,7 @@
#ifndef SEMIHOSTING_H
#define SEMIHOSTING_H
-#include <inttypes.h>
+#include <stdint.h>
#define SYS_OPEN 1
#define OPEN_RDONLY 1
@@ -16,7 +16,7 @@
* from this software without specific prior written permission.
*/
-#include <string.h>
+#include "string.h"
static void *__memmove_down(void *__dest, __const void *__src, size_t __n)
{
@@ -20,7 +20,7 @@
* from this software without specific prior written permission.
*/
-#include <stdio.h>
+#include "string.h"
#include "semihosting.h"
#include "printf/printf.h"