]> git.proxmox.com Git - mirror_qemu.git/commitdiff
alpha: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:17:04 +0000 (18:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2016 15:07:23 +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-12-git-send-email-peter.maydell@linaro.org

14 files changed:
disas/alpha.c
hw/alpha/dp264.c
hw/alpha/pci.c
hw/alpha/typhoon.c
target-alpha/cpu.c
target-alpha/fpu_helper.c
target-alpha/gdbstub.c
target-alpha/helper.c
target-alpha/int_helper.c
target-alpha/machine.c
target-alpha/mem_helper.c
target-alpha/sys_helper.c
target-alpha/translate.c
target-alpha/vax_helper.c

index a950b9cee0c598fbb4e09fa07a2e98424f723944..44d00a36359a8bb350dc41a56e57fff988ad60b9 100644 (file)
@@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
 along with this file; see the file COPYING.  If not, see
 <http://www.gnu.org/licenses/>. */
 
-#include <stdio.h>
+#include "qemu/osdep.h"
 #include "disas/bfd.h"
 
 /* MAX is redefined below, so remove any previous definition. */
index 38b85bafe580330565559a1336f186e87cbe5d69..992d1b234d2acd971e5267aab2623e83aaf35c6f 100644 (file)
@@ -6,6 +6,7 @@
  * that we need to emulate as well.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "elf.h"
 #include "hw/loader.h"
index 5226e43b96ebc0dcc77f9c35bcdaa123c372845a..fb902bb92d7a544aca4864278a6a04b76f4ac34a 100644 (file)
@@ -6,7 +6,7 @@
  * ??? Sparse memory access not implemented.
  */
 
-#include "config.h"
+#include "qemu/osdep.h"
 #include "alpha_sys.h"
 #include "qemu/log.h"
 #include "sysemu/sysemu.h"
index 35dc8a5b4771cece139b3127ed8a60ce9a1ac727..b86ff5ea9b9dd2c8a83449549fd39c9191d0e6be 100644 (file)
@@ -6,6 +6,7 @@
  * This work is licensed under the GNU GPL license version 2 or later.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "hw/hw.h"
 #include "hw/devices.h"
index e5bdfa8ca28762f9f01e906588fc306bd70f9456..2eab0609e47227ef1cf78dbce977eaa285ca1c96 100644 (file)
@@ -19,6 +19,7 @@
  * <http://www.gnu.org/licenses/lgpl-2.1.html>
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu-common.h"
 #include "migration/vmstate.h"
index 0c65e1f6e1d47833870d90194425e25e9cc66650..5ab7d5e64db92bdc8939021fed09dc88a3d7295f 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
index 99a4051b351d4e48092bd1676c41e462d10faa36..199f02842556b3b4cf83bbf6e032dd273ebdf610 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 5a85335838d02d66a8077a701e0ac174375498fa..6dec2639b141490340b2ca1f4ef0d90feb8f7345 100644 (file)
@@ -17,9 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdint.h>
-#include <stdlib.h>
-#include <stdio.h>
+#include "qemu/osdep.h"
 
 #include "cpu.h"
 #include "fpu/softfloat.h"
index d7f4774127120a0ebe599dcbe714e6d78168d8c0..777e48d0840edf2e50d62568aebadc39fed91ab0 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "qemu/host-utils.h"
index d9bf977fc6d84249e33eaffcbbdde5dc215719de..9ab092852aa2f1130fddc0b1d3c9ccd03b1abc21 100644 (file)
@@ -1,3 +1,4 @@
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/boards.h"
 
index c9258f5aa57bdc574dc9f853b28b9ea0b94db639..7fee9a6e2b47665338150c0c045da50146e5ff10 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "exec/cpu_ldst.h"
index 75c96c1c207c7aad339e21d707800ba408de300f..e2dec15b6030448074356bd166fd4c956eaa75a6 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "sysemu/sysemu.h"
index 9909c70b1bb2140ae704ff58dc78b7f938156e9b..7d419d9972330115aee98842ab05284300ded677 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "disas/disas.h"
 #include "qemu/host-utils.h"
index 2e2f49971bbac7b1e85fc0f770ef2b0bacdf32b7..e74ac3e042dad28d0d50e549fafa347acafba0cf 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"