@@ -15,6 +15,7 @@
*
*/
+#include "qemu/osdep.h"
#include "net_tx_pkt.h"
#include "net/eth.h"
#include "net/checksum.h"
@@ -18,7 +18,6 @@
#ifndef NET_TX_PKT_H
#define NET_TX_PKT_H
-#include "qemu/osdep.h"
#include "net/eth.h"
#include "exec/hwaddr.h"
@@ -19,12 +19,9 @@
* GNU GPL, version 2 or (at your option) any later version.
*/
+#include "qemu/osdep.h"
#include <libusb.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/time.h>
-#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/config-file.h"
#include "hw/sysbus.h"
@@ -8,7 +8,6 @@
*/
#include "qemu-common.h"
-#include "qemu/typedefs.h"
#include "exec/cpu-common.h"
#include "hw/irq.h"
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- hw/net/net_tx_pkt.c | 1 + hw/net/net_tx_pkt.h | 1 - hw/usb/xen-usb.c | 5 +---- include/hw/xen/xen.h | 1 - 4 files changed, 2 insertions(+), 6 deletions(-)