From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14940 invoked by alias); 19 Mar 2012 11:53:56 -0000 Received: (qmail 14929 invoked by uid 22791); 19 Mar 2012 11:53:55 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,TW_BT,TW_DB X-Spam-Check-By: sourceware.org Received: from outdoor.onevision.de (HELO outdoor.onevision.de) (212.77.172.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Mar 2012 11:53:33 +0000 Received: from sanders.onevision.de (moonrace [212.77.172.62]) by outdoor.onevision.de (8.14.3/8.13.7/ROSCH/DDB) with ESMTP id q2JBrRuo017895 for ; Mon, 19 Mar 2012 12:53:32 +0100 Received: from [192.168.5.32] ([192.168.5.32]) by sanders.onevision.de (Lotus Domino Release 8.5.1FP3) with ESMTP id 2012031912532247-119284 ; Mon, 19 Mar 2012 12:53:22 +0100 Message-ID: <4F671E32.4050206@onevision.com> Date: Mon, 19 Mar 2012 11:53:00 -0000 From: Roland Schwingel User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: insight@sourceware.org Subject: [Patch] Remove unneeded include in gdbtk-cmds.c Content-Type: multipart/mixed; boundary="------------010607030408050609020801" Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2012-q1/txt/msg00025.txt.bz2 This is a multi-part message in MIME format. --------------010607030408050609020801 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-length: 265 Hi.... Including "tui/tui-file.h" is unneeded in gdbtk-cmds.c. This simple patch removes it. Changelog: 2012-03-19 Roland Schwingel * generic/gdbtk-cmds.c: Remove unneeded include. Any comments? Is this ok? Roland --------------010607030408050609020801 Content-Transfer-Encoding: 7bit Content-Type: text/plain; name="unneeded_include_gdbtk-cmds.c.patch" Content-Disposition: attachment; filename="unneeded_include_gdbtk-cmds.c.patch" Content-length: 313 --- gdbtk_orig/generic/gdbtk-cmds.c 2012-03-05 09:19:00.000000000 +0100 +++ gdbtk/generic/gdbtk-cmds.c 2012-03-19 11:58:36.913173500 +0100 @@ -32,7 +32,6 @@ #include "gdbcore.h" #include "demangle.h" #include "linespec.h" -#include "tui/tui-file.h" #include "top.h" #include "annotate.h" #include "block.h" --------------010607030408050609020801--