summaryrefslogtreecommitdiffstats
path: root/hw/pci-bridge/ioh3420.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:15 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commite2be294d94b03a8590f6d447052fca725d403424 (patch)
tree9b0f54babbb42c05b982492f966feffaac0e4bb0 /hw/pci-bridge/ioh3420.c
parent4ea05bc0efca83b97f8c15a5649c2a6be667d640 (diff)
downloadhqemu-e2be294d94b03a8590f6d447052fca725d403424.zip
hqemu-e2be294d94b03a8590f6d447052fca725d403424.tar.gz
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-bridge/ioh3420.c')
-rw-r--r--hw/pci-bridge/ioh3420.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci-bridge/ioh3420.c b/hw/pci-bridge/ioh3420.c
index cce2fdd..8ac4240 100644
--- a/hw/pci-bridge/ioh3420.c
+++ b/hw/pci-bridge/ioh3420.c
@@ -20,6 +20,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "hw/pci/pci_ids.h"
#include "hw/pci/msi.h"
#include "hw/pci/pcie.h"
OpenPOWER on IntegriCloud