diff options
| author | Peter Maydell | 2016-01-26 19:17:00 +0100 |
|---|---|---|
| committer | Peter Maydell | 2016-01-29 16:07:22 +0100 |
| commit | 9615495afc84a8bac0652caeedb2ce4e671e8a94 (patch) | |
| tree | 0d33c29a9ad774dc0f49152f5fb752317af27c0c /hw/watchdog | |
| parent | sparc: Clean up includes (diff) | |
| download | qemu-9615495afc84a8bac0652caeedb2ce4e671e8a94.tar.gz qemu-9615495afc84a8bac0652caeedb2ce4e671e8a94.tar.xz qemu-9615495afc84a8bac0652caeedb2ce4e671e8a94.zip | |
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/watchdog')
| -rw-r--r-- | hw/watchdog/wdt_diag288.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/watchdog/wdt_diag288.c b/hw/watchdog/wdt_diag288.c index ddda723906..5eb5b94e43 100644 --- a/hw/watchdog/wdt_diag288.c +++ b/hw/watchdog/wdt_diag288.c @@ -11,6 +11,7 @@ * */ +#include "qemu/osdep.h" #include "sysemu/watchdog.h" #include "hw/sysbus.h" #include "qemu/timer.h" |
