Am 01.11.22 um 12:44 schrieb Philippe Mathieu-Daudé:
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
  disas/nanomips.c | 4 ----
  1 file changed, 4 deletions(-)

diff --git a/disas/nanomips.c b/disas/nanomips.c
index 3f45447292..821d4f8832 100644
--- a/disas/nanomips.c
+++ b/disas/nanomips.c
@@ -30,10 +30,6 @@
  #include "qemu/osdep.h"
  #include "disas/dis-asm.h"
-#include <string.h>
-#include <stdio.h>
-#include <stdarg.h>
-
  typedef int64_t int64;
  typedef uint64_t uint64;
  typedef uint32_t uint32;

Removing those three typedefs and replacing the related types would also be good (in another patch).

Reviewed-by: Stefan Weil <s...@weilnetz.de>

Attachment: OpenPGP_0xE08C21D5677450AD.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to