mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
include: 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. NB: If this commit breaks compilation for your out-of-tree patchseries or fork, then you need to make sure you add #include "qemu/osdep.h" to any new .c files that you have. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
974dc73d77
commit
90ce6e2644
97 changed files with 0 additions and 156 deletions
|
@ -18,7 +18,6 @@
|
|||
#ifndef QEMU_NET_CHECKSUM_H
|
||||
#define QEMU_NET_CHECKSUM_H
|
||||
|
||||
#include <stdint.h>
|
||||
struct iovec;
|
||||
|
||||
uint32_t net_checksum_add_cont(int len, uint8_t *buf, int seq);
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
#ifndef QEMU_ETH_H
|
||||
#define QEMU_ETH_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
#include "qemu/bswap.h"
|
||||
#include "qemu/iov.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue