From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20843 invoked by alias); 7 Oct 2014 18:05:17 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 20832 invoked by uid 89); 7 Oct 2014 18:05:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f179.google.com Received: from mail-wi0-f179.google.com (HELO mail-wi0-f179.google.com) (209.85.212.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 07 Oct 2014 18:05:15 +0000 Received: by mail-wi0-f179.google.com with SMTP id d1so8771832wiv.12 for ; Tue, 07 Oct 2014 11:05:11 -0700 (PDT) X-Received: by 10.180.218.99 with SMTP id pf3mr29737477wic.19.1412705111769; Tue, 07 Oct 2014 11:05:11 -0700 (PDT) Received: from [192.168.0.102] (bl16-9-107.dsl.telepac.pt. [188.81.9.107]) by mx.google.com with ESMTPSA id au4sm21658315wjc.15.2014.10.07.11.05.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Oct 2014 11:05:11 -0700 (PDT) Message-ID: <54342B55.7080401@gmail.com> Date: Tue, 07 Oct 2014 18:05:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Gary Benson , gdb-patches@sourceware.org Subject: Re: [PATCH 2/3] Include cleanups.h in common-defs.h References: <1409586154-16196-1-git-send-email-gbenson@redhat.com> <1409586154-16196-3-git-send-email-gbenson@redhat.com> In-Reply-To: <1409586154-16196-3-git-send-email-gbenson@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00124.txt.bz2 On 09/01/2014 04:42 PM, Gary Benson wrote: > This commit includes cleanups.h in common-defs.h and removes all other > inclusions. > > gdb/ChangeLog: > > * common/common-defs.h: Include cleanups.h. > * common/common-exceptions.c: Do not include cleanups.h. > * utils.h: Likewise. > > gdb/gdbserver/ChangeLog: > > * server.h: Do not include cleanups.h. OK. Thanks, Pedro Alves