From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 466 invoked by alias); 1 Sep 2014 15:42:49 -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 412 invoked by uid 89); 1 Sep 2014 15:42:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 01 Sep 2014 15:42:39 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s81Fgbv5000448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 1 Sep 2014 11:42:37 -0400 Received: from blade.nx (ovpn-116-113.ams2.redhat.com [10.36.116.113]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s81FgaJq010505 for ; Mon, 1 Sep 2014 11:42:37 -0400 Received: from blade.nx (localhost [127.0.0.1]) by blade.nx (Postfix) with ESMTP id 17C7D2640DB for ; Mon, 1 Sep 2014 16:42:36 +0100 (BST) From: Gary Benson To: gdb-patches@sourceware.org Subject: [PATCH 0/3] Rationalize cleanups/exceptions includes Date: Mon, 01 Sep 2014 15:42:00 -0000 Message-Id: <1409586154-16196-1-git-send-email-gbenson@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00021.txt.bz2 Hi all, This morning I noticed that GDB's utils.h includes cleanups.h and exceptions.h, meaning all GDB .c files include these files. Since gdbserver/server.h does similar (albeit with common-exceptions.h) I decided to move cleanups.h and common-exceptions.h to common-defs.h to make it clearer that these files are included everywhere. Checked by building on RHEL 6.5 x86_64. Ok to commit? Thanks, Gary -- http://gbenson.net/