mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
all: 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> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
b1e34d1c3a
commit
30456d5ba3
56 changed files with 2 additions and 100 deletions
|
@ -25,9 +25,6 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include "libqos/libqos.h"
|
||||
#include "libqos/pci.h"
|
||||
#include "libqos/malloc-pc.h"
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
#ifndef LIBQOS_FW_CFG_H
|
||||
#define LIBQOS_FW_CFG_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
typedef struct QFWCFG QFWCFG;
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef LIBQOS_I2C_H
|
||||
#define LIBQOS_I2C_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct I2CAdapter I2CAdapter;
|
||||
struct I2CAdapter {
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
#ifndef LIBQOS_MALLOC_H
|
||||
#define LIBQOS_MALLOC_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include "qemu/queue.h"
|
||||
|
||||
typedef enum {
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#ifndef LIBQOS_PCI_H
|
||||
#define LIBQOS_PCI_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "libqtest.h"
|
||||
|
||||
#define QPCI_DEVFN(dev, fn) (((dev) << 3) | (fn))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue