These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / tests / libqos / pci.h
index dfaee9e..c06add8 100644 (file)
@@ -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))