semihosting: remove the pthread include which seems unused
authorKONRAD Frederic <frederic.konrad@adacore.com>
Mon, 18 May 2020 13:02:38 +0000 (15:02 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 10 Jun 2020 09:29:44 +0000 (11:29 +0200)
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>
hw/semihosting/console.c

index 6346bd7f506effa84777589f567dbf2024e6302a..22e7827824af8ef27ddb44fb4997f997603820ce 100644 (file)
@@ -23,7 +23,6 @@
 #include "exec/exec-all.h"
 #include "qemu/log.h"
 #include "chardev/char.h"
-#include <pthread.h>
 #include "chardev/char-fe.h"
 #include "sysemu/sysemu.h"
 #include "qemu/main-loop.h"