From: KONRAD Frederic Date: Mon, 18 May 2020 13:02:38 +0000 (+0200) Subject: semihosting: remove the pthread include which seems unused X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe18e6eecdd45d3dff0c8968cbb07c5e02fbe4c8;p=qemu.git semihosting: remove the pthread include which seems unused This have been introduced by: 8de702cb677c8381fb702cae252d6b69aa4c653b It doesn't seem to be used so remove it. Signed-off-by: KONRAD Frederic Reviewed-by: Philippe Mathieu-Daudé Acked-by: Alex Bennée Message-Id: <1589806958-23511-1-git-send-email-frederic.konrad@adacore.com> Signed-off-by: Laurent Vivier --- diff --git a/hw/semihosting/console.c b/hw/semihosting/console.c index 6346bd7f50..22e7827824 100644 --- a/hw/semihosting/console.c +++ b/hw/semihosting/console.c @@ -23,7 +23,6 @@ #include "exec/exec-all.h" #include "qemu/log.h" #include "chardev/char.h" -#include #include "chardev/char-fe.h" #include "sysemu/sysemu.h" #include "qemu/main-loop.h"