From patchwork Sun Jan 26 23:41:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Simon Marchi (Code Review)" X-Patchwork-Id: 37552 Received: (qmail 39830 invoked by alias); 26 Jan 2020 23:41:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 39783 invoked by uid 89); 26 Jan 2020 23:41:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: mx1.osci.io Received: from polly.osci.io (HELO mx1.osci.io) (8.43.85.229) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 26 Jan 2020 23:41:11 +0000 Received: by mx1.osci.io (Postfix, from userid 994) id 4470F20362; Sun, 26 Jan 2020 18:41:09 -0500 (EST) Received: from gnutoolchain-gerrit.osci.io (gnutoolchain-gerrit.osci.io [8.43.85.239]) by mx1.osci.io (Postfix) with ESMTP id 06FC920362; Sun, 26 Jan 2020 18:41:07 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by gnutoolchain-gerrit.osci.io (Postfix) with ESMTP id DBB3E20AF7; Sun, 26 Jan 2020 18:41:07 -0500 (EST) X-Gerrit-PatchSet: 2 Date: Sun, 26 Jan 2020 18:41:07 -0500 From: "Sourceware to Gerrit sync (Code Review)" To: Tom Tromey , gdb-patches@sourceware.org Auto-Submitted: auto-generated X-Gerrit-MessageType: newpatchset Subject: [pushed] Remove an include from machoread.c X-Gerrit-Change-Id: I6362bd2e95e7416cb9bae3d48b69dd6dbe4f2cc8 X-Gerrit-Change-Number: 373 X-Gerrit-ChangeURL: X-Gerrit-Commit: f6f1cebcbe4dd33cdd65094267cc33395d55ece7 In-Reply-To: References: Reply-To: noreply@gnutoolchain-gerrit.osci.io, tromey@sourceware.org, gdb-patches@sourceware.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Gerrit/3.0.3-79-g83ff7f88f1 Message-Id: <20200126234107.DBB3E20AF7@gnutoolchain-gerrit.osci.io> The original change was created by Tom Tromey. Change URL: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/373 ...................................................................... Remove an include from machoread.c machoread.c does not need to include psympriv.h. gdb/ChangeLog 2020-01-26 Tom Tromey * machoread.c: Do not include psympriv.h. Change-Id: I6362bd2e95e7416cb9bae3d48b69dd6dbe4f2cc8 --- M gdb/ChangeLog M gdb/machoread.c 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b3aa3e0..9525ca7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-01-26 Tom Tromey + + * machoread.c: Do not include psympriv.h. + 2020-01-25 Philippe Waroquiers * NEWS: Mention the new option and the set/show commands. diff --git a/gdb/machoread.c b/gdb/machoread.c index 54e3d2a..9881298 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -28,7 +28,6 @@ #include "gdbcore.h" #include "mach-o.h" #include "aout/stab_gnu.h" -#include "psympriv.h" #include "complaints.h" #include "gdb_bfd.h" #include