From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13346 invoked by alias); 19 Dec 2007 14:23:09 -0000 Received: (qmail 13337 invoked by uid 22791); 19 Dec 2007 14:23:09 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Dec 2007 14:23:00 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id lBJEMVUd015456; Wed, 19 Dec 2007 15:22:31 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id lBJEMU3J004356; Wed, 19 Dec 2007 15:22:30 +0100 (CET) Date: Wed, 19 Dec 2007 14:51:00 -0000 Message-Id: <200712191422.lBJEMU3J004356@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <20071219140831.GD6154@adacore.com> (message from Joel Brobecker on Wed, 19 Dec 2007 18:08:31 +0400) Subject: Re: [commit] remove opaque enum declaration in symtab.h References: <20071219132546.GC6154@adacore.com> <20071219140458.GB20359@caradoc.them.org> <20071219140831.GD6154@adacore.com> 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 X-SW-Source: 2007-12/txt/msg00310.txt.bz2 > Date: Wed, 19 Dec 2007 18:08:31 +0400 > From: Joel Brobecker > > > > 2007-12-19 Joel Brobecker > > > > > > * symtab.h: #include "defs.h". > > > > FYI, this is not necessary; defs.h is always included first and > > everything depends on it. > > Should I remove it, then? We have other .h files that include defs.h, > perhaps we should take care of them too... Yes please. Mark