summaryrefslogtreecommitdiffstats
path: root/hw/unicore32
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/unicore32
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/unicore32')
-rw-r--r--hw/unicore32/puv3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/unicore32/puv3.c b/hw/unicore32/puv3.c
index 1968202..4522fa2 100644
--- a/hw/unicore32/puv3.c
+++ b/hw/unicore32/puv3.c
@@ -9,6 +9,7 @@
* See the COPYING file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "ui/console.h"
#include "elf.h"
OpenPOWER on IntegriCloud