From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16525 invoked by alias); 2 Jun 2005 16:52:43 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16507 invoked by uid 22791); 2 Jun 2005 16:52:37 -0000 Received: from s142-179-108-108.bc.hsia.telus.net (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 02 Jun 2005 16:52:37 +0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 210B847959; Thu, 2 Jun 2005 09:52:35 -0700 (PDT) Date: Thu, 02 Jun 2005 16:52:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add missing include dependency in exceptions.h Message-ID: <20050602165235.GZ2014@adacore.com> References: <20050530045227.GB18760@adacore.com> <20050530165424.GA23924@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050530165424.GA23924@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2005-06/txt/msg00018.txt.bz2 On Mon, May 30, 2005 at 12:54:25PM -0400, Daniel Jacobowitz wrote: > On Mon, May 30, 2005 at 02:52:27PM +1000, Joel Brobecker wrote: > > 2005-05-30 Joel Brobecker > > > > * exceptions.h: Include ui-out.h. > > (ui_out): Remove declaration. > > * Makefile.in (exceptions_h): Add dependency on ui-out.h. > > This is OK. Thanks. Committed. -- Joel