diff --git a/reactos/ntoskrnl/hal/x86/halinit.c b/reactos/ntoskrnl/hal/x86/halinit.c index 0ab5fc2c839..a28de30c5fd 100644 --- a/reactos/ntoskrnl/hal/x86/halinit.c +++ b/reactos/ntoskrnl/hal/x86/halinit.c @@ -1,4 +1,4 @@ -/* $Id: halinit.c,v 1.19 2001/04/16 02:02:04 dwelch Exp $ +/* $Id: halinit.c,v 1.20 2001/04/26 03:58:31 phreak Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -12,7 +12,6 @@ /* INCLUDES *****************************************************************/ #include -#include #include #include diff --git a/reactos/ntoskrnl/hal/x86/mp.c b/reactos/ntoskrnl/hal/x86/mp.c index 2f8f6559ff6..cbddc87f248 100644 --- a/reactos/ntoskrnl/hal/x86/mp.c +++ b/reactos/ntoskrnl/hal/x86/mp.c @@ -1,4 +1,4 @@ -/* $Id: mp.c,v 1.13 2001/04/20 12:42:23 chorns Exp $ +/* $Id: mp.c,v 1.14 2001/04/26 03:58:31 phreak Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -15,7 +15,6 @@ /* INCLUDES *****************************************************************/ #include -#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/include/internal/module.h b/reactos/ntoskrnl/include/internal/module.h index 6fd823e227f..29af5276694 100644 --- a/reactos/ntoskrnl/include/internal/module.h +++ b/reactos/ntoskrnl/include/internal/module.h @@ -3,7 +3,6 @@ #define __MODULE_H #include -#include #include #ifdef KDBG diff --git a/reactos/ntoskrnl/kd/kdebug.c b/reactos/ntoskrnl/kd/kdebug.c index e03f4e4ad3f..818fb08a21d 100644 --- a/reactos/ntoskrnl/kd/kdebug.c +++ b/reactos/ntoskrnl/kd/kdebug.c @@ -1,4 +1,4 @@ -/* $Id: kdebug.c,v 1.23 2001/04/10 17:48:17 dwelch Exp $ +/* $Id: kdebug.c,v 1.24 2001/04/26 03:58:32 phreak Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -13,7 +13,6 @@ #include #include #include -#include #include "../dbg/kdb.h" /* serial debug connection */ diff --git a/reactos/ntoskrnl/ke/i386/exp.c b/reactos/ntoskrnl/ke/i386/exp.c index 32ca3ac6956..2ee5b3e6a3a 100644 --- a/reactos/ntoskrnl/ke/i386/exp.c +++ b/reactos/ntoskrnl/ke/i386/exp.c @@ -28,7 +28,6 @@ /* INCLUDES *****************************************************************/ #include -#include #include #include #include diff --git a/reactos/ntoskrnl/ke/i386/irq.c b/reactos/ntoskrnl/ke/i386/irq.c index 7c8314dd2ca..9991da8c47a 100644 --- a/reactos/ntoskrnl/ke/i386/irq.c +++ b/reactos/ntoskrnl/ke/i386/irq.c @@ -1,4 +1,4 @@ -/* $Id: irq.c,v 1.12 2001/04/20 12:42:23 chorns Exp $ +/* $Id: irq.c,v 1.13 2001/04/26 03:58:32 phreak Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -19,7 +19,6 @@ /* INCLUDES ****************************************************************/ #include -#include #include #include #include diff --git a/reactos/ntoskrnl/ke/i386/multiboot.S b/reactos/ntoskrnl/ke/i386/multiboot.S index 2630caa6dba..63641e4f886 100644 --- a/reactos/ntoskrnl/ke/i386/multiboot.S +++ b/reactos/ntoskrnl/ke/i386/multiboot.S @@ -1,4 +1,3 @@ -#include #include #include diff --git a/reactos/ntoskrnl/ke/main.c b/reactos/ntoskrnl/ke/main.c index cb3251a9485..9d947bbc293 100644 --- a/reactos/ntoskrnl/ke/main.c +++ b/reactos/ntoskrnl/ke/main.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: main.c,v 1.93 2001/04/17 23:39:25 dwelch Exp $ +/* $Id: main.c,v 1.94 2001/04/26 03:58:32 phreak Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/main.c @@ -29,7 +29,6 @@ /* INCLUDES *****************************************************************/ #include -#include #include #include #include @@ -43,7 +42,6 @@ #include #include #include -#include #include "../dbg/kdb.h" #define NDEBUG diff --git a/reactos/ntoskrnl/ke/spinlock.c b/reactos/ntoskrnl/ke/spinlock.c index 983fc442eee..60ffbf73645 100644 --- a/reactos/ntoskrnl/ke/spinlock.c +++ b/reactos/ntoskrnl/ke/spinlock.c @@ -1,4 +1,4 @@ -/* $Id: spinlock.c,v 1.8 2001/04/17 23:39:25 dwelch Exp $ +/* $Id: spinlock.c,v 1.9 2001/04/26 03:58:32 phreak Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -17,7 +17,6 @@ /* INCLUDES ****************************************************************/ #include -#include #include diff --git a/reactos/ntoskrnl/ldr/loader.c b/reactos/ntoskrnl/ldr/loader.c index 085f8319817..12bc8ac027a 100644 --- a/reactos/ntoskrnl/ldr/loader.c +++ b/reactos/ntoskrnl/ldr/loader.c @@ -1,4 +1,4 @@ -/* $Id: loader.c,v 1.74 2001/04/23 22:00:28 ea Exp $ +/* $Id: loader.c,v 1.75 2001/04/26 03:58:32 phreak Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -25,7 +25,6 @@ #include #include -#include #include #include #include diff --git a/reactos/ntoskrnl/mm/mminit.c b/reactos/ntoskrnl/mm/mminit.c index 1c8b3c814ea..ba876be7ba5 100644 --- a/reactos/ntoskrnl/mm/mminit.c +++ b/reactos/ntoskrnl/mm/mminit.c @@ -1,4 +1,4 @@ -/* $Id: mminit.c,v 1.18 2001/04/13 16:12:26 chorns Exp $ +/* $Id: mminit.c,v 1.19 2001/04/26 03:58:33 phreak Exp $ * * COPYRIGHT: See COPYING in the top directory * PROJECT: ReactOS kernel @@ -12,7 +12,6 @@ /* INCLUDES *****************************************************************/ #include -#include #include #include #include