diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:15 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:24 +0000 |
commit | 97d5408f99d0c45b8142de0c5ef92d44ad876898 (patch) | |
tree | 9638aad2b38a4351e4e7c14bd9cbe1dd099f91c4 /hw/pci | |
parent | c6eacb1ac00a89abc6c3f4170895bcc3a1b8c240 (diff) |
pci: 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>
Message-id: 1453832250-766-23-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/pci')
-rw-r--r-- | hw/pci/msi.c | 1 | ||||
-rw-r--r-- | hw/pci/msix.c | 1 | ||||
-rw-r--r-- | hw/pci/pci-stub.c | 1 | ||||
-rw-r--r-- | hw/pci/pci.c | 1 | ||||
-rw-r--r-- | hw/pci/pci_bridge.c | 1 | ||||
-rw-r--r-- | hw/pci/pci_host.c | 1 | ||||
-rw-r--r-- | hw/pci/pcie.c | 1 | ||||
-rw-r--r-- | hw/pci/pcie_aer.c | 1 | ||||
-rw-r--r-- | hw/pci/pcie_host.c | 1 | ||||
-rw-r--r-- | hw/pci/pcie_port.c | 1 | ||||
-rw-r--r-- | hw/pci/shpc.c | 2 | ||||
-rw-r--r-- | hw/pci/slotid_cap.c | 1 |
12 files changed, 12 insertions, 1 deletions
diff --git a/hw/pci/msi.c b/hw/pci/msi.c index c1dd5318c8..8efa23d376 100644 --- a/hw/pci/msi.c +++ b/hw/pci/msi.c @@ -18,6 +18,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/pci/msi.h" #include "qemu/range.h" diff --git a/hw/pci/msix.c b/hw/pci/msix.c index 64c93d83d6..4fea7edc89 100644 --- a/hw/pci/msix.c +++ b/hw/pci/msix.c @@ -14,6 +14,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/pci/msi.h" #include "hw/pci/msix.h" diff --git a/hw/pci/pci-stub.c b/hw/pci/pci-stub.c index 063a7c2427..36d2c430c5 100644 --- a/hw/pci/pci-stub.c +++ b/hw/pci/pci-stub.c @@ -18,6 +18,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "sysemu/sysemu.h" #include "monitor/monitor.h" #include "qapi/qmp/qerror.h" diff --git a/hw/pci/pci.c b/hw/pci/pci.c index 168b9cc56b..d940f79de0 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@ -21,6 +21,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/pci/pci.h" #include "hw/pci/pci_bridge.h" diff --git a/hw/pci/pci_bridge.c b/hw/pci/pci_bridge.c index 40c97b155c..7eab9d57c5 100644 --- a/hw/pci/pci_bridge.c +++ b/hw/pci/pci_bridge.c @@ -29,6 +29,7 @@ * VA Linux Systems Japan K.K. */ +#include "qemu/osdep.h" #include "hw/pci/pci_bridge.h" #include "hw/pci/pci_bus.h" #include "qemu/range.h" diff --git a/hw/pci/pci_host.c b/hw/pci/pci_host.c index 49f59a5dbc..5eaa935cb5 100644 --- a/hw/pci/pci_host.c +++ b/hw/pci/pci_host.c @@ -18,6 +18,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/pci/pci.h" #include "hw/pci/pci_host.h" #include "hw/pci/pci_bus.h" diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index 0eab29d534..435a6cfd57 100644 --- a/hw/pci/pcie.c +++ b/hw/pci/pcie.c @@ -18,6 +18,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "hw/pci/pci_bridge.h" #include "hw/pci/pcie.h" diff --git a/hw/pci/pcie_aer.c b/hw/pci/pcie_aer.c index 98d2c183b0..a9d9d06208 100644 --- a/hw/pci/pcie_aer.c +++ b/hw/pci/pcie_aer.c @@ -18,6 +18,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "sysemu/sysemu.h" #include "qapi/qmp/types.h" #include "monitor/monitor.h" diff --git a/hw/pci/pcie_host.c b/hw/pci/pcie_host.c index d8afba863e..dcebf57ed4 100644 --- a/hw/pci/pcie_host.c +++ b/hw/pci/pcie_host.c @@ -19,6 +19,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/pci/pci.h" #include "hw/pci/pcie_host.h" diff --git a/hw/pci/pcie_port.c b/hw/pci/pcie_port.c index 40ca8d5d17..6432b9ac1f 100644 --- a/hw/pci/pcie_port.c +++ b/hw/pci/pcie_port.c @@ -18,6 +18,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/pci/pcie_port.h" #include "hw/hotplug.h" diff --git a/hw/pci/shpc.c b/hw/pci/shpc.c index d34fdf3ecb..aef838415f 100644 --- a/hw/pci/shpc.c +++ b/hw/pci/shpc.c @@ -1,5 +1,5 @@ +#include "qemu/osdep.h" #include "qemu-common.h" -#include <stdint.h> #include "qemu/range.h" #include "qemu/error-report.h" #include "hw/pci/shpc.h" diff --git a/hw/pci/slotid_cap.c b/hw/pci/slotid_cap.c index 1c01d346c9..aec1e9166d 100644 --- a/hw/pci/slotid_cap.c +++ b/hw/pci/slotid_cap.c @@ -1,3 +1,4 @@ +#include "qemu/osdep.h" #include "hw/pci/slotid_cap.h" #include "hw/pci/pci.h" #include "qemu/error-report.h" |