diff options
author | Peter Maydell | 2016-01-26 19:16:58 +0100 |
---|---|---|
committer | Peter Maydell | 2016-01-29 16:07:22 +0100 |
commit | 0d75590d919454be322f21d55494b8937651fc86 (patch) | |
tree | 9e4b203e4413d416c36424f93231bd26a2f42027 /hw/ppc/spapr_drc.c | |
parent | lm32: Clean up includes (diff) | |
download | qemu-0d75590d919454be322f21d55494b8937651fc86.tar.gz qemu-0d75590d919454be322f21d55494b8937651fc86.tar.xz qemu-0d75590d919454be322f21d55494b8937651fc86.zip |
ppc: 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-6-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/ppc/spapr_drc.c')
-rw-r--r-- | hw/ppc/spapr_drc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc/spapr_drc.c b/hw/ppc/spapr_drc.c index dccb908c31..90016e63a1 100644 --- a/hw/ppc/spapr_drc.c +++ b/hw/ppc/spapr_drc.c @@ -10,6 +10,7 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "hw/ppc/spapr_drc.h" #include "qom/object.h" #include "hw/qdev.h" |