From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23398 invoked by alias); 18 Feb 2004 17:25:06 -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 23352 invoked from network); 18 Feb 2004 17:25:02 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 18 Feb 2004 17:25:02 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i1IHOteg000322 for ; Wed, 18 Feb 2004 18:24:55 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i1IHOtgF024276 for ; Wed, 18 Feb 2004 18:24:55 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i1IHOtM3024273; Wed, 18 Feb 2004 18:24:55 +0100 (CET) Date: Wed, 18 Feb 2004 17:25:00 -0000 Message-Id: <200402181724.i1IHOtM3024273@elgar.kettenis.dyndns.org> From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH] Don't include X-SW-Source: 2004-02/txt/msg00522.txt.bz2 Including is a no-no. The FreeBSD makes GCC warn about its usage ("use instead") which makes a compile with -Werror fail. This stuff should be handled properly by our "defs.h" anyway. Committed as obvious, Mark Index: ChangeLog from Mark Kettenis * tui/tui.c: Don't include . Index: tui/tui.c =================================================================== RCS file: /cvs/src/src/gdb/tui/tui.c,v retrieving revision 1.46 diff -u -p -r1.46 tui.c --- tui/tui.c 10 Feb 2004 19:08:19 -0000 1.46 +++ tui/tui.c 18 Feb 2004 17:22:18 -0000 @@ -25,7 +25,6 @@ #include #include #include -#include #ifdef HAVE_TERM_H #include #endif