From 9615495afc84a8bac0652caeedb2ce4e671e8a94 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:00 +0000 Subject: 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 Acked-by: Cornelia Huck Message-id: 1453832250-766-8-git-send-email-peter.maydell@linaro.org --- hw/char/sclpconsole-lm.c | 1 + hw/char/sclpconsole.c | 1 + 2 files changed, 2 insertions(+) (limited to 'hw/char') diff --git a/hw/char/sclpconsole-lm.c b/hw/char/sclpconsole-lm.c index 02ac80b650..7d4ff8120a 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 b014c7f522..45997ff4ae 100644 --- a/hw/char/sclpconsole.c +++ b/hw/char/sclpconsole.c @@ -12,6 +12,7 @@ * */ +#include "qemu/osdep.h" #include #include "qemu/thread.h" #include "qemu/error-report.h" -- cgit v1.2.3-55-g7522