diff options
| author | Anand J <anand.indukala@gmail.com> | 2016-10-21 12:27:07 +0530 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-10-28 18:17:24 +0300 |
| commit | 814bb12a561d36aeb5ae4440ad43d2b0761d76da (patch) | |
| tree | 93ac9947be6287e93b42353212d74e9bfc7efb8c /hw/pci-bridge/pci_expander_bridge.c | |
| parent | d66253e46ae2b9c36a9dd90b2b74c0dfa5804b22 (diff) | |
| download | focaccia-qemu-814bb12a561d36aeb5ae4440ad43d2b0761d76da.tar.gz focaccia-qemu-814bb12a561d36aeb5ae4440ad43d2b0761d76da.zip | |
clean-up: removed duplicate #includes
Some files contain multiple #includes of the same header file. Removed most of those unnecessary duplicate entries using scripts/clean-includes. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Anand J <anand.indukala@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/pci-bridge/pci_expander_bridge.c')
| -rw-r--r-- | hw/pci-bridge/pci_expander_bridge.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci-bridge/pci_expander_bridge.c b/hw/pci-bridge/pci_expander_bridge.c index 1cc598f7e9..6ac187fa32 100644 --- a/hw/pci-bridge/pci_expander_bridge.c +++ b/hw/pci-bridge/pci_expander_bridge.c @@ -15,7 +15,6 @@ #include "hw/pci/pci.h" #include "hw/pci/pci_bus.h" #include "hw/pci/pci_host.h" -#include "hw/pci/pci_bus.h" #include "hw/pci/pci_bridge.h" #include "hw/i386/pc.h" #include "qemu/range.h" |