From e9abfcb57fd222d58a0c3c71917f9e40d09e9d35 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 6 Jun 2016 18:56:37 +0200 Subject: clean-includes: run it once more Signed-off-by: Paolo Bonzini --- hw/net/net_tx_pkt.c | 1 + hw/net/net_tx_pkt.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') diff --git a/hw/net/net_tx_pkt.c b/hw/net/net_tx_pkt.c index e4478be..efd43b4 100644 --- a/hw/net/net_tx_pkt.c +++ b/hw/net/net_tx_pkt.c @@ -15,6 +15,7 @@ * */ +#include "qemu/osdep.h" #include "net_tx_pkt.h" #include "net/eth.h" #include "net/checksum.h" diff --git a/hw/net/net_tx_pkt.h b/hw/net/net_tx_pkt.h index 07b9a20..212ecc6 100644 --- a/hw/net/net_tx_pkt.h +++ b/hw/net/net_tx_pkt.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" -- cgit v1.1