From b20219b6451546b9664ceae471b2622b54f0a4bd Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Thu, 22 Feb 2018 10:58:37 +0100 Subject: hw/net: Remove unnecessary header includes Headers like "hw/loader.h" and "qemu/sockets.h" are not needed in the hw/net/*.c files. And Some other headers are included via other headers already, so we can drop them, too. Signed-off-by: Thomas Huth Signed-off-by: Jason Wang --- hw/net/pcnet.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/net/pcnet.c') diff --git a/hw/net/pcnet.c b/hw/net/pcnet.c index 606b05c09f..0c44554168 100644 --- a/hw/net/pcnet.c +++ b/hw/net/pcnet.c @@ -40,7 +40,6 @@ #include "net/net.h" #include "net/eth.h" #include "qemu/timer.h" -#include "qemu/sockets.h" #include "sysemu/sysemu.h" #include "trace.h" -- cgit 1.4.1