]> Git Repo - qemu.git/commitdiff
tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c
authorPeter Maydell <[email protected]>
Tue, 23 Feb 2016 14:49:43 +0000 (14:49 +0000)
committerRichard Henderson <[email protected]>
Tue, 23 Feb 2016 16:31:03 +0000 (08:31 -0800)
Commit 757e725b58c57d added a number of #include "qemu/osdep.h"
files to the tcg-target.c files (as they were named at the time).
These are unnecessary because these files are not standalone C
files, and the tcg/tcg.c file which includes them will have
already included osdep.h on their behalf. Remove the unneeded
include directives.

Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
Message-Id: <1456238983[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/aarch64/tcg-target.inc.c
tcg/arm/tcg-target.inc.c
tcg/i386/tcg-target.inc.c
tcg/mips/tcg-target.inc.c
tcg/ppc/tcg-target.inc.c
tcg/s390/tcg-target.inc.c
tcg/sparc/tcg-target.inc.c
tcg/tci/tcg-target.inc.c

index 8467d5d8b9e8e93e97ffe8648e735a062fb94f5d..0ed10a97412107d55cd25ce32990aa5a9d548297 100644 (file)
@@ -10,7 +10,6 @@
  * See the COPYING file in the top-level directory for details.
  */
 
-#include "qemu/osdep.h"
 #include "tcg-be-ldst.h"
 #include "qemu/bitops.h"
 
index 146ac00f632977c3aace8bb7d01a9e0324046f2d..3edf6a6f971c9c5bbe90b648d1e6178df36d1c99 100644 (file)
@@ -22,7 +22,6 @@
  * THE SOFTWARE.
  */
 
-#include "qemu/osdep.h"
 #include "elf.h"
 #include "tcg-be-ldst.h"
 
index d90636cb4e19b7bf8bd8abb1d418730c63ff2029..9187d34caf6d87f9a59495cfa18327aee4f0ba77 100644 (file)
@@ -22,7 +22,6 @@
  * THE SOFTWARE.
  */
 
-#include "qemu/osdep.h"
 #include "tcg-be-ldst.h"
 
 #ifndef NDEBUG
index 2dc4998719be393769d792d9e03648b2290c7448..297bd00910b766c44a420bad3fa506ec32c67d4b 100644 (file)
@@ -24,7 +24,6 @@
  * THE SOFTWARE.
  */
 
-#include "qemu/osdep.h"
 #include "tcg-be-ldst.h"
 
 #ifdef HOST_WORDS_BIGENDIAN
index c593344db1e6ac9e7c56398cec869457cdfbc23a..8c1c2dfa9b227b1249b81ada09685a689a8f9413 100644 (file)
@@ -22,7 +22,6 @@
  * THE SOFTWARE.
  */
 
-#include "qemu/osdep.h"
 #include "tcg-be-ldst.h"
 
 #if defined _CALL_DARWIN || defined __APPLE__
index 58520fa22b4b73da70214de09da4d4c4de672de7..fbf97bb2e15d17e5994288346524bf173b0c618d 100644 (file)
@@ -24,7 +24,6 @@
  * THE SOFTWARE.
  */
 
-#include "qemu/osdep.h"
 #include "tcg-be-ldst.h"
 
 /* We only support generating code for 64-bit mode.  */
index d3100ab557982a9116ffe045eda913f76fc6fcb5..54df1bc4243226b8a308d1885ddbadefb81ac10e 100644 (file)
@@ -22,7 +22,6 @@
  * THE SOFTWARE.
  */
 
-#include "qemu/osdep.h"
 #include "tcg-be-null.h"
 
 #ifndef NDEBUG
index 16ce048361e504dfc9518eac50bf79568876bab5..4afe4d7a8d59e79369fb1fe6fe59516b04aca7a2 100644 (file)
@@ -22,7 +22,6 @@
  * THE SOFTWARE.
  */
 
-#include "qemu/osdep.h"
 #include "tcg-be-null.h"
 
 /* TODO list:
This page took 0.05591 seconds and 4 git commands to generate.