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-pci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/net/pcnet-pci.c') diff --git a/hw/net/pcnet-pci.c b/hw/net/pcnet-pci.c index 0ae5ca4701..70dc8b3f0c 100644 --- a/hw/net/pcnet-pci.c +++ b/hw/net/pcnet-pci.c @@ -30,7 +30,6 @@ #include "qemu/osdep.h" #include "hw/pci/pci.h" #include "net/net.h" -#include "hw/loader.h" #include "qemu/timer.h" #include "sysemu/dma.h" #include "sysemu/sysemu.h" -- cgit 1.4.1