From: Mike Frysinger via Gdb-patches <gdb-patches@sourceware.org>
To: gdb-patches@sourceware.org
Subject: [PATCH 2/3] sim: drop core libiberty.h include
Date: Wed, 16 Jun 2021 02:33:01 -0400 [thread overview]
Message-ID: <20210616063302.20722-2-vapier@gentoo.org> (raw)
In-Reply-To: <20210616063302.20722-1-vapier@gentoo.org>
This doesn't need to be included for every sim file, so drop it.
Every C file that needs it seems to already include it.
---
sim/common/sim-basics.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/sim/common/sim-basics.h b/sim/common/sim-basics.h
index 13547422d3c3..a3dd5d93d584 100644
--- a/sim/common/sim-basics.h
+++ b/sim/common/sim-basics.h
@@ -125,8 +125,6 @@ typedef enum {
#include "sim-utils.h"
-#include "libiberty.h"
-
/* Note: Only the simpler interfaces are defined here. More heavy
weight objects, such as core and events, are defined in the more
serious sim-base.h header. */
--
2.31.1
next prev parent reply other threads:[~2021-06-16 6:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-16 6:33 [PATCH 1/3] sim: split sim/callback.h include out Mike Frysinger via Gdb-patches
2021-06-16 6:33 ` Mike Frysinger via Gdb-patches [this message]
2021-06-16 6:33 ` [PATCH 3/3] sim: split sim-signal.h " Mike Frysinger via Gdb-patches
2021-06-20 15:11 ` [PATCH 1/3] sim: split sim/callback.h " Simon Marchi via Gdb-patches
2021-06-20 20:56 ` Mike Frysinger via Gdb-patches
2021-06-21 17:38 ` Simon Marchi via Gdb-patches
2021-06-21 23:48 ` Mike Frysinger via Gdb-patches
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=20210616063302.20722-2-vapier@gentoo.org \
--to=gdb-patches@sourceware.org \
--cc=vapier@gentoo.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