diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:11 +0000 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:30:21 -0600 |
commit | e06e94a5a13d64b0176d73dae87736188477ad39 (patch) | |
tree | 26ea0c7f0bb0e5598f74a9c51be8e89bc979b0cd /hw/net/vmxnet_tx_pkt.c | |
parent | 97f969a4f5a2cbb9ea2aa7600d08849961255717 (diff) | |
download | hqemu-e06e94a5a13d64b0176d73dae87736188477ad39.zip hqemu-e06e94a5a13d64b0176d73dae87736188477ad39.tar.gz |
hw/net: Clean up includes
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.
This commit was created with scripts/clean-includes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-19-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/net/vmxnet_tx_pkt.c')
-rw-r--r-- | hw/net/vmxnet_tx_pkt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/vmxnet_tx_pkt.c b/hw/net/vmxnet_tx_pkt.c index eb88ddf..91e1e08 100644 --- a/hw/net/vmxnet_tx_pkt.c +++ b/hw/net/vmxnet_tx_pkt.c @@ -15,6 +15,7 @@ * */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "vmxnet_tx_pkt.h" #include "net/eth.h" |