]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen.git/commitdiff
unicore: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:17:01 +0000 (18:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2016 15:07:22 +0000 (15:07 +0000)
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

12 files changed:
hw/dma/puv3_dma.c
hw/gpio/puv3_gpio.c
hw/intc/puv3_intc.c
hw/misc/puv3_pm.c
hw/timer/puv3_ost.c
hw/unicore32/puv3.c
target-unicore32/cpu.c
target-unicore32/helper.c
target-unicore32/op_helper.c
target-unicore32/softmmu.c
target-unicore32/translate.c
target-unicore32/ucf64_helper.c

index 101bd7f8af814696ae5b2cca34f59d5111906158..b97a6c1767c622dce6e8df21fc5d31b7151b6db3 100644 (file)
@@ -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/hw.h"
 #include "hw/sysbus.h"
 
index 39840aa73c3ecb6d54f7ebd659db6cc9c0e59977..445afccf9f57a434ae410379ba0fe7e215aea868 100644 (file)
@@ -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/hw.h"
 #include "hw/sysbus.h"
 
index c2803d07d53c70272acafa4137f1053c39ed9ffa..ef8488aacc40424982fa4c0d726e79fe8604f604 100644 (file)
@@ -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
index 37f23695d83235077d9ac483304dff92b375f2ea..577cebaac7838bc8c71793321cb926db3b4a3800 100644 (file)
@@ -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/hw.h"
 #include "hw/sysbus.h"
 
index fa9eefd9256c8faead9298bb3d880a5c1703eb34..93650b7990e06b484e6a97219e458b13130ce9bd 100644 (file)
@@ -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"
 #include "hw/ptimer.h"
 #include "qemu/main-loop.h"
index 1968202c826a44bbee0b634685bad8a915ff36ec..4522fa263bf5276a5991e414c07101363922ef9b 100644 (file)
@@ -9,6 +9,7 @@
  * See the COPYING file in the top-level directory.
  */
 
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "ui/console.h"
 #include "elf.h"
index e5252ebaf836cd5add3887fd0c7a51429b128861..c92ccc4251f0463fed400bf25edcef30213b17be 100644 (file)
@@ -12,6 +12,7 @@
  * or (at your option) any later version.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu-common.h"
 #include "migration/vmstate.h"
index ae63277c84cc672f9656b8d50100578589366cfb..21f5f35744c7b7f0a303a6e0b5ff129e9780c239 100644 (file)
@@ -9,6 +9,7 @@
  * or (at your option) any later version.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/gdbstub.h"
 #include "exec/helper-proto.h"
index 0266dbdf7b9caacb9f51da8eca8d0c328182ecf8..f5847307a3d001c8f7cc4b5e23214838d1bdbb88 100644 (file)
@@ -8,6 +8,7 @@
  * published by the Free Software Foundation, or (at your option) any
  * later version. See the COPYING file in the top-level directory.
  */
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "exec/cpu_ldst.h"
index 9a3786dddbc27533d1925c57ed8eb85de0dbec0e..d267fed8758b8dc6bc050fc5ae5ee4a94ee4b2f3 100644 (file)
@@ -12,6 +12,7 @@
 #error This file only exist under softmmu circumstance
 #endif
 
+#include "qemu/osdep.h"
 #include <cpu.h>
 
 #undef DEBUG_UC32
index d2f92f02fc47dbd63917c352b7ce7adef20e85d9..5db8f949313ce8728a6cbbe29627d63f5ba61146 100644 (file)
@@ -8,11 +8,7 @@
  * published by the Free Software Foundation, or (at your option) any
  * later version. See the COPYING file in the top-level directory.
  */
-#include <stdarg.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <inttypes.h>
+#include "qemu/osdep.h"
 
 #include "cpu.h"
 #include "disas/disas.h"
index 5af008fc6ff9bf7d371a21bdfd061572db6c5215..6c919010c36fe003b2d7de66697047b30764209a 100644 (file)
@@ -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 "cpu.h"
 #include "exec/helper-proto.h"