diff mbox

[kvm-unit-tests,v3,5/8] x86: pci.h: remove useless include

Message ID 1453140064-9040-6-git-send-email-drjones@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Jones Jan. 18, 2016, 6:01 p.m. UTC
Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Radim Kr?má? <rkrcmar@redhat.com>
---
 lib/x86/pci.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/lib/x86/pci.h b/lib/x86/pci.h
index 0f69ef0e84f3b..046e68f9a65b6 100644
--- a/lib/x86/pci.h
+++ b/lib/x86/pci.h
@@ -1,7 +1,6 @@ 
 #ifndef PCI_H
 #define PCI_H
 
-#include <inttypes.h>
 #include "libcflat.h"
 
 typedef uint16_t pcidevaddr_t;