summaryrefslogtreecommitdiffstats
path: root/hw/misc
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:01 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:29:56 -0600
commit6b102e85a5922d6772c3b9666069cf67ffd934cd (patch)
tree95ebe4f08fd63db83d49b6dcc237f2aa728c0543 /hw/misc
parent8ecbfbaec0d46d12bf215682dc8b2dc34eec12b0 (diff)
downloadhqemu-6b102e85a5922d6772c3b9666069cf67ffd934cd.zip
hqemu-6b102e85a5922d6772c3b9666069cf67ffd934cd.tar.gz
unicore: 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-9-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/misc')
-rw-r--r--hw/misc/puv3_pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/puv3_pm.c b/hw/misc/puv3_pm.c
index 37f2369..577ceba 100644
--- a/hw/misc/puv3_pm.c
+++ b/hw/misc/puv3_pm.c
@@ -8,6 +8,7 @@
* published by the Free Software Foundation, or any later version.
* See the COPYING file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
OpenPOWER on IntegriCloud