Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 19 Jul 2002 13:11:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 19 Jul 2002 13:11:44 -0400 Received: from gans.physik3.uni-rostock.de ([139.30.44.2]:46602 "EHLO gans.physik3.uni-rostock.de") by vger.kernel.org with ESMTP id ; Fri, 19 Jul 2002 13:11:43 -0400 Date: Fri, 19 Jul 2002 19:14:45 +0200 (CEST) From: Tim Schmielau To: lkml Subject: [patch* 1/3] remove 287 unneeded #includes of sched.h (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 914 Lines: 25 This patch removes 287 occurences of '#include ', where none of the definitions is actually referenced. In some cases #includes of files previously pulled in by sched.h are reintroduced to satisfy indirect dependencies. Since some files depend on sched.h being included indirectly anyways, two more patches are required to make the kernel compile again. Tim The actual patch can be found here: Part 1/3: http://www.physik3.uni-rostock.de/tim/kernel/2.5/sched.h-10a.patch.gz Part 2/3: http://www.physik3.uni-rostock.de/tim/kernel/2.5/sched.h-10b.patch.gz Part 3/3: http://www.physik3.uni-rostock.de/tim/kernel/2.5/task_struct.h-06.patch - 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/