cris: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:17:24 +0000 (18:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2016 15:07:24 +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-32-git-send-email-peter.maydell@linaro.org

disas/cris.c
hw/cris/axis_dev88.c
hw/cris/boot.c
target-cris/cpu.c
target-cris/gdbstub.c
target-cris/helper.c
target-cris/machine.c
target-cris/op_helper.c
target-cris/translate.c
target-cris/translate_v10.c

index 4482a4113e6eeb97b898571c6334b070e716d156..7f35bc0c6b7b212a7a48ef0b13646736e941568b 100644 (file)
@@ -18,6 +18,7 @@
    You should have received a copy of the GNU General Public License
    along with this program; if not, see <http://www.gnu.org/licenses/>. */
 
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "disas/bfd.h"
 //#include "sysdep.h"
index de880d173b3941d0ba64af5cbc1379ed6a1dd14d..f2ba1d0775ada8dac12270a8f8fdc47044ddab6b 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "net/net.h"
 #include "hw/block/flash.h"
index 1cfa339c24a79839618057b43669527485f2767a..6608160e0d702ac191b6af69719c0a7abbc01fbf 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/loader.h"
 #include "elf.h"
index 8eaf5a5a3111944005058b9ac466532eace35225..b2c8624dbf54a0d53857f13f4927d14c2aed255c 100644 (file)
@@ -21,6 +21,7 @@
  * <http://www.gnu.org/licenses/lgpl-2.1.html>
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu-common.h"
 #include "mmu.h"
index 5db3683ab699590186734096418d630362058f11..1bbf17b04aee95af7e44cedf8a0a620f268c3a5c 100644 (file)
@@ -17,7 +17,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
-#include "config.h"
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "exec/gdbstub.h"
 
index df6c9fdcb5bb86510fa74ad232ecc79c1194597d..1eb9fd91840fe4683b14c568c89bf4defe31691f 100644 (file)
@@ -18,6 +18,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "mmu.h"
 #include "qemu/host-utils.h"
index 983b67c47fd8ebfc1eee817495add532437060cb..9cc2820e855ad22b2e471230ccaedaaa9ec2d128 100644 (file)
@@ -18,6 +18,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 
 static const VMStateDescription vmstate_tlbset = {
index 22966771e9c78807ab26984de22ac0a44d130cb1..320f2b80d24770f1055b5191ed505041fa21c5a5 100644 (file)
@@ -18,6 +18,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "mmu.h"
 #include "exec/helper-proto.h"
index 24299314d0924d361d17886d9f1c29df34562f40..295005f1413d7e62c0cb11e2e34a4cba18be968d 100644 (file)
@@ -23,6 +23,7 @@
  * The condition code translation is in need of attention.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "disas/disas.h"
 #include "tcg-op.h"
index df20bdc5f1b252ac81dfe5b08f44d2d79a4b5bc0..1335517883393071c5be51cad03b3cd08d084399 100644 (file)
@@ -18,6 +18,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "crisv10-decode.h"
 
 static const char *regnames_v10[] =