diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-02-23 14:49:43 +0000 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2016-02-23 08:31:03 -0800 |
commit | c3b7f66800fbf9f47fddbcf2e2cd30ea932e0aae (patch) | |
tree | 9e6f0a08eb7fc0c77723fe8b58f61476b8914bf7 /tcg/aarch64 | |
parent | f8e1f5d6a2724cd72a296d693f808e534a0a3980 (diff) | |
download | qemu-c3b7f66800fbf9f47fddbcf2e2cd30ea932e0aae.zip |
tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c
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 <eblake@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <1456238983-10160-4-git-send-email-peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/aarch64')
-rw-r--r-- | tcg/aarch64/tcg-target.inc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/aarch64/tcg-target.inc.c b/tcg/aarch64/tcg-target.inc.c index 8467d5d8b9..0ed10a9741 100644 --- a/tcg/aarch64/tcg-target.inc.c +++ b/tcg/aarch64/tcg-target.inc.c @@ -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" |