aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-04-23 22:21:07 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2020-07-13 11:59:47 +0400
commit35b49e93fda0498fe1a8663a6ad3db11756d7e93 (patch)
tree9bcbf02106be932114ad94be0b55bbb837b52c25 /tests
parent833ef7ec5677ac3f6627f44fbd599cfb16581220 (diff)
downloadqemu-35b49e93fda0498fe1a8663a6ad3db11756d7e93.zip
qemu-35b49e93fda0498fe1a8663a6ad3db11756d7e93.tar.gz
qemu-35b49e93fda0498fe1a8663a6ad3db11756d7e93.tar.bz2
tests/test-char: Remove unused "chardev/char-mux.h" include
This test never required "chardev/char-mux.h", remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200423202112.644-3-philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test-char.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-char.c b/tests/test-char.c
index 9d87464..614bdac 100644
--- a/tests/test-char.c
+++ b/tests/test-char.c
@@ -6,7 +6,6 @@
#include "qemu/option.h"
#include "qemu/sockets.h"
#include "chardev/char-fe.h"
-#include "chardev/char-mux.h"
#include "sysemu/sysemu.h"
#include "qapi/error.h"
#include "qapi/qapi-commands-char.h"