From: Osama Abdelkader <osama.abdelkader@gmail.com>
To: qemu-devel@nongnu.org, pbonzini@redhat.com, richard.henderson@linaro.org
Cc: Osama Abdelkader <osama.abdelkader@gmail.com>
Subject: [PATCH] accel/tcg: remove duplicate include
Date: Wed, 26 Nov 2025 23:43:22 +0200 [thread overview]
Message-ID: <20251126214322.64855-1-osama.abdelkader@gmail.com> (raw)
tb-internal.h is included twice
Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
---
accel/tcg/cputlb.c | 1 -
accel/tcg/tb-maint.c | 1 -
accel/tcg/translate-all.c | 1 -
3 files changed, 3 deletions(-)
diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb.c
index fd1606c856..a5bfe295a6 100644
--- a/accel/tcg/cputlb.c
+++ b/accel/tcg/cputlb.c
@@ -44,7 +44,6 @@
#include "tb-internal.h"
#include "trace.h"
#include "tb-hash.h"
-#include "tb-internal.h"
#include "tlb-bounds.h"
#include "internal-common.h"
#ifdef CONFIG_PLUGIN
diff --git a/accel/tcg/tb-maint.c b/accel/tcg/tb-maint.c
index cd7c32361b..c183b66744 100644
--- a/accel/tcg/tb-maint.c
+++ b/accel/tcg/tb-maint.c
@@ -32,7 +32,6 @@
#include "tcg/tcg.h"
#include "tb-hash.h"
#include "tb-context.h"
-#include "tb-internal.h"
#include "internal-common.h"
#ifdef CONFIG_USER_ONLY
#include "user/page-protection.h"
diff --git a/accel/tcg/translate-all.c b/accel/tcg/translate-all.c
index fba4e9dc21..b7e4e65932 100644
--- a/accel/tcg/translate-all.c
+++ b/accel/tcg/translate-all.c
@@ -33,7 +33,6 @@
#include "tb-jmp-cache.h"
#include "tb-hash.h"
#include "tb-context.h"
-#include "tb-internal.h"
#include "internal-common.h"
#include "tcg/perf.h"
#include "tcg/insn-start-words.h"
--
2.43.0
reply other threads:[~2025-11-26 21:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251126214322.64855-1-osama.abdelkader@gmail.com \
--to=osama.abdelkader@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).