Re: [Qemu-devel] [PATCH] hw/net: Remove unnecessary header includes

2018-03-01 Thread Jason Wang
On 2018年02月22日 17:58, Thomas Huth wrote: 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 --- hw/net/e1000.c | 1 - hw/net/lance.c

[Qemu-devel] [PATCH] hw/net: Remove unnecessary header includes

2018-02-22 Thread Thomas Huth
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 --- hw/net/e1000.c | 1 - hw/net/lance.c | 3 --- hw/net/ne2000.c| 2 -- hw/net/