summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-10-17 18:43:56 +0200
committerMichael Tokarev2017-12-18 15:07:02 +0100
commit47181f5d4541dafc80b0237966316931ec424c96 (patch)
tree24a2b9b05d6ce05e487f986ff39d84411be60421 /net
parentblock: remove "qemu/osdep.h" from header file (diff)
downloadqemu-47181f5d4541dafc80b0237966316931ec424c96.tar.gz
qemu-47181f5d4541dafc80b0237966316931ec424c96.tar.xz
qemu-47181f5d4541dafc80b0237966316931ec424c96.zip
misc: remove headers implicitly included
applied using ./scripts/clean-includes Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'net')
-rw-r--r--net/colo-compare.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/colo-compare.c b/net/colo-compare.c
index 1ce195f877..0ebdec936c 100644
--- a/net/colo-compare.c
+++ b/net/colo-compare.c
@@ -23,7 +23,6 @@
#include "qom/object_interfaces.h"
#include "qemu/iov.h"
#include "qom/object.h"
-#include "qemu/typedefs.h"
#include "net/queue.h"
#include "chardev/char-fe.h"
#include "qemu/sockets.h"