summaryrefslogtreecommitdiffstats
path: root/qemu/tests/libqos/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/libqos/pci.h')
-rw-r--r--qemu/tests/libqos/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu/tests/libqos/pci.h b/qemu/tests/libqos/pci.h
index dfaee9ec3..c06add8db 100644
--- a/qemu/tests/libqos/pci.h
+++ b/qemu/tests/libqos/pci.h
@@ -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))