summaryrefslogtreecommitdiffstats
path: root/hw/char
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:00 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:29:56 -0600
commit8ecbfbaec0d46d12bf215682dc8b2dc34eec12b0 (patch)
treed0ecab7a9e96fe6a15de2982ad60b845830aae69 /hw/char
parent3da642bdbf9803564e997e12a7ba171601268893 (diff)
downloadhqemu-8ecbfbaec0d46d12bf215682dc8b2dc34eec12b0.zip
hqemu-8ecbfbaec0d46d12bf215682dc8b2dc34eec12b0.tar.gz
s390: 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> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Message-id: 1453832250-766-8-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/char')
-rw-r--r--hw/char/sclpconsole-lm.c1
-rw-r--r--hw/char/sclpconsole.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/char/sclpconsole-lm.c b/hw/char/sclpconsole-lm.c
index 02ac80b..7d4ff81 100644
--- a/hw/char/sclpconsole-lm.c
+++ b/hw/char/sclpconsole-lm.c
@@ -13,6 +13,7 @@
*
*/
+#include "qemu/osdep.h"
#include "hw/qdev.h"
#include "qemu/thread.h"
#include "qemu/error-report.h"
diff --git a/hw/char/sclpconsole.c b/hw/char/sclpconsole.c
index b014c7f..45997ff 100644
--- a/hw/char/sclpconsole.c
+++ b/hw/char/sclpconsole.c
@@ -12,6 +12,7 @@
*
*/
+#include "qemu/osdep.h"
#include <hw/qdev.h>
#include "qemu/thread.h"
#include "qemu/error-report.h"
OpenPOWER on IntegriCloud