mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
include: avoid useless includes of exec/ headers
Headers in include/exec/ are for the deepest innards of QEMU, they should almost never be included directly. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
dccfcd0e5f
commit
0bc3cd624f
9 changed files with 9 additions and 11 deletions
|
@ -15,6 +15,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "vmxnet_tx_pkt.h"
|
||||
#include "net/eth.h"
|
||||
#include "qemu-common.h"
|
||||
|
@ -22,7 +23,6 @@
|
|||
#include "net/checksum.h"
|
||||
#include "net/tap.h"
|
||||
#include "net/net.h"
|
||||
#include "exec/cpu-common.h"
|
||||
|
||||
enum {
|
||||
VMXNET_TX_PKT_VHDR_FRAG = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue