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

hw/tricore/tricore_testboard.c
target-tricore/cpu.c
target-tricore/helper.c
target-tricore/op_helper.c
target-tricore/translate.c

index 4ff5e7b6858d1eecbe6af4fae59cfd53c4be09f8..9392571f1fc1fdada8508b42dc1d174816768fad 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/devices.h"
 #include "net/net.h"
index ed8b030ef5ec04502658cfec53cb3b14bc76626d..f8b8518558fa0a7ea26903e502783e42048fe0d4 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 "qemu-common.h"
 
index 1b70429f3ad4948a34d1ba449182ddc11cdc58de..a8fd418b4296bcb4e9c9f884feec0227f18c59a6 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdarg.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <inttypes.h>
+#include "qemu/osdep.h"
 
 #include "cpu.h"
 
index 53edbdae18e7923bc07d737bd46e8e03300a0645..3aa6326edd0a4a92b555761a8fc370f0604d6e25 100644 (file)
@@ -14,7 +14,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 <stdlib.h>
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
index 135c58347adc6fc93dd27eb2ae216c5b1b912a06..2b07b8669489a3649b9ceff4416087b839880b54 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "disas/disas.h"
 #include "tcg-op.h"