From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4423 invoked by alias); 27 Jul 2002 00:11:37 -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 4416 invoked from network); 27 Jul 2002 00:11:36 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 27 Jul 2002 00:11:36 -0000 Received: from romulus.sfbay.redhat.com (IDENT:63FQGs/hEc+HvAg3NKWYpV7eqN1hb7Fu@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6R0BlQ07161 for ; Fri, 26 Jul 2002 17:11:47 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6R0BXI20015 for gdb-patches@sources.redhat.com; Fri, 26 Jul 2002 17:11:33 -0700 Date: Fri, 26 Jul 2002 17:27:00 -0000 From: Kevin Buettner Message-Id: <1020727001133.ZM20014@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: [PATCH] aix-thread.c: Delete disabled header includes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00539.txt.bz2 I've just committed the patch below. * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove disabled (via ``#if 0'') includes. Index: aix-thread.c =================================================================== RCS file: /cvs/src/src/gdb/aix-thread.c,v retrieving revision 1.12 diff -u -p -r1.12 aix-thread.c --- aix-thread.c 26 Jul 2002 23:12:59 -0000 1.12 +++ aix-thread.c 27 Jul 2002 00:00:59 -0000 @@ -51,18 +51,10 @@ #include "language.h" /* for local_hex_string() */ #include "ppc-tdep.h" -#if 0 -#include "coff/internal.h" /* for libcoff.h */ -#include "bfd/libcoff.h" /* for xcoff_data */ -#endif - #include #include #include #include -#if 0 -#include -#endif #include #include