Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261279AbTFCVrK (ORCPT ); Tue, 3 Jun 2003 17:47:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261352AbTFCVrK (ORCPT ); Tue, 3 Jun 2003 17:47:10 -0400 Received: from ip68-107-142-198.tc.ph.cox.net ([68.107.142.198]:43137 "EHLO opus.bloom.county") by vger.kernel.org with ESMTP id S261279AbTFCVrJ (ORCPT ); Tue, 3 Jun 2003 17:47:09 -0400 Date: Tue, 3 Jun 2003 15:00:34 -0700 From: Tom Rini To: Linus Torvalds Cc: Kernel Mailing List Subject: [PATCH] Remove extra #includes Message-ID: <20030603220034.GB803@ip68-0-152-218.tc.ph.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 35 This removes two extra #includes of . Nothing in either of these files require . ===== arch/i386/kernel/i387.c 1.16 vs edited ===== --- 1.16/arch/i386/kernel/i387.c Tue Apr 8 22:45:37 2003 +++ edited/arch/i386/kernel/i387.c Tue Jun 3 13:10:08 2003 @@ -10,7 +10,6 @@ #include #include -#include #include #include #include ===== include/asm-i386/i387.h 1.12 vs edited ===== --- 1.12/include/asm-i386/i387.h Fri May 9 14:22:55 2003 +++ edited/include/asm-i386/i387.h Tue Jun 3 13:23:18 2003 @@ -12,7 +12,6 @@ #define __ASM_I386_I387_H #include -#include #include #include #include -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/