From 09aae23d8ff68c206d74b48a53a398ca4db4b47b Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:21 +0000 Subject: xtensa: 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 Message-id: 1453832250-766-29-git-send-email-peter.maydell@linaro.org --- hw/xtensa/pic_cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/xtensa/pic_cpu.c') diff --git a/hw/xtensa/pic_cpu.c b/hw/xtensa/pic_cpu.c index 18825d1..c835bd0 100644 --- a/hw/xtensa/pic_cpu.c +++ b/hw/xtensa/pic_cpu.c @@ -25,6 +25,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "qemu/log.h" #include "qemu/timer.h" -- cgit v1.1