diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:01 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:22 +0000 |
commit | 5af98cc5731061fc0321cd2c4c23c7e39cca0d9d (patch) | |
tree | c8f24fcd74932012d317ad6893a91e60f20997f4 /hw/intc/puv3_intc.c | |
parent | 9615495afc84a8bac0652caeedb2ce4e671e8a94 (diff) | |
download | qemu-5af98cc5731061fc0321cd2c4c23c7e39cca0d9d.zip |
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/intc/puv3_intc.c')
-rw-r--r-- | hw/intc/puv3_intc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/puv3_intc.c b/hw/intc/puv3_intc.c index c2803d07d5..ef8488aacc 100644 --- a/hw/intc/puv3_intc.c +++ b/hw/intc/puv3_intc.c @@ -8,6 +8,7 @@ * published by the Free Software Foundation, or any later version. * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #undef DEBUG_PUV3 |