qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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 <frederic.konrad@adacore.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <1589806958-23511-1-git-send-email-frederic.konrad@adacore.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>

authored by

KONRAD Frederic and committed by
Laurent Vivier
fe18e6ee 1db889c7

-1
-1
hw/semihosting/console.c
··· 23 23 #include "exec/exec-all.h" 24 24 #include "qemu/log.h" 25 25 #include "chardev/char.h" 26 - #include <pthread.h> 27 26 #include "chardev/char-fe.h" 28 27 #include "sysemu/sysemu.h" 29 28 #include "qemu/main-loop.h"