From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsWSA-0001La-Mp for qemu-devel@nongnu.org; Fri, 07 Oct 2016 10:48:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsWS9-0006lR-RU for qemu-devel@nongnu.org; Fri, 07 Oct 2016 10:48:50 -0400 Received: from mail-ua0-x22f.google.com ([2607:f8b0:400c:c08::22f]:34011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsWS9-0006kn-Cm for qemu-devel@nongnu.org; Fri, 07 Oct 2016 10:48:49 -0400 Received: by mail-ua0-x22f.google.com with SMTP id p25so46810748uaa.1 for ; Fri, 07 Oct 2016 07:48:49 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1475829975-17413-1-git-send-email-anand.indukala@gmail.com> References: <1475829975-17413-1-git-send-email-anand.indukala@gmail.com> From: Peter Maydell Date: Fri, 7 Oct 2016 15:48:28 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] clean-up: removed duplicate #includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anand J Cc: QEMU Developers , QEMU Trivial On 7 October 2016 at 09:46, Anand J wrote: > Some files contain multiple #includes of the same header file. > Removed most of those unnecessary duplicate entries. > > Signed-off-by: Anand J > disas/libvixl/vixl/globals.h | 1 - This is a third party file which we copy into our tree; we prefer to avoid making changes to our local copy unless they're critically required. thanks -- PMM