|
From: | Stefan Weil |
Subject: | Re: [PATCH 4/5] disas/nanomips: Remove headers already included by "qemu/osdep.h" |
Date: | Tue, 1 Nov 2022 13:12:27 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 |
Am 01.11.22 um 12:44 schrieb Philippe Mathieu-Daudé:
Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- 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 <[email protected]>
OpenPGP_0xE08C21D5677450AD.asc
Description: OpenPGP public key
OpenPGP_signature
Description: OpenPGP digital signature
[Prev in Thread] | Current Thread | [Next in Thread] |