]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/net: Remove unnecessary header includes
authorThomas Huth <thuth@redhat.com>
Thu, 22 Feb 2018 09:58:37 +0000 (10:58 +0100)
committerJason Wang <jasowang@redhat.com>
Mon, 5 Mar 2018 02:30:16 +0000 (10:30 +0800)
commitb20219b6451546b9664ceae471b2622b54f0a4bd
treeec6a04ce1d95d128078e79a9d20f23916b9dcdb7
parent78cd6f7bf6b196a96388a37e730706cf0c497fda
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>
hw/net/e1000.c
hw/net/lance.c
hw/net/ne2000.c
hw/net/pcnet-pci.c
hw/net/pcnet.c
hw/net/rtl8139.c
hw/net/xgmac.c