summary refs log tree commit diff stats
path: root/hw/net/ne2000.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2018-02-22 10:58:37 +0100
committerJason Wang <jasowang@redhat.com>2018-03-05 10:30:16 +0800
commitb20219b6451546b9664ceae471b2622b54f0a4bd (patch)
treeec6a04ce1d95d128078e79a9d20f23916b9dcdb7 /hw/net/ne2000.c
parent78cd6f7bf6b196a96388a37e730706cf0c497fda (diff)
downloadfocaccia-qemu-b20219b6451546b9664ceae471b2622b54f0a4bd.tar.gz
focaccia-qemu-b20219b6451546b9664ceae471b2622b54f0a4bd.zip
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 <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'hw/net/ne2000.c')
-rw-r--r--hw/net/ne2000.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/net/ne2000.c b/hw/net/ne2000.c
index 687ef84aac..3a9fc89e48 100644
--- a/hw/net/ne2000.c
+++ b/hw/net/ne2000.c
@@ -23,10 +23,8 @@
  */
 #include "qemu/osdep.h"
 #include "hw/pci/pci.h"
-#include "net/net.h"
 #include "net/eth.h"
 #include "ne2000.h"
-#include "hw/loader.h"
 #include "sysemu/sysemu.h"
 
 /* debug NE2000 card */