diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-04-23 22:21:07 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2020-07-13 11:59:47 +0400 |
commit | 35b49e93fda0498fe1a8663a6ad3db11756d7e93 (patch) | |
tree | 9bcbf02106be932114ad94be0b55bbb837b52c25 /tests | |
parent | 833ef7ec5677ac3f6627f44fbd599cfb16581220 (diff) | |
download | qemu-35b49e93fda0498fe1a8663a6ad3db11756d7e93.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-char.c b/tests/test-char.c index 9d8746414d..614bdac2df 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" |