From 57fc573524c216c1c307aea878d4abf8aac99174 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 19 Jun 2000 16:42:31 +0000 Subject: [PATCH] Removed invalid includes svn path=/trunk/; revision=1206 --- reactos/ntoskrnl/ldr/loader.c | 4 +--- reactos/ntoskrnl/ldr/userldr.c | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/reactos/ntoskrnl/ldr/loader.c b/reactos/ntoskrnl/ldr/loader.c index bc466444624..5950b3cc522 100644 --- a/reactos/ntoskrnl/ldr/loader.c +++ b/reactos/ntoskrnl/ldr/loader.c @@ -1,4 +1,4 @@ -/* $Id: loader.c,v 1.55 2000/06/15 18:38:37 ekohl Exp $ +/* $Id: loader.c,v 1.56 2000/06/19 16:42:31 ekohl Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -34,8 +34,6 @@ #define NDEBUG #include -#include "syspath.h" - /* FIXME: this should appear in a kernel header file */ NTSTATUS IoInitializeDriver(PDRIVER_INITIALIZE DriverEntry); diff --git a/reactos/ntoskrnl/ldr/userldr.c b/reactos/ntoskrnl/ldr/userldr.c index 7a497b0158d..c6eef4434cf 100644 --- a/reactos/ntoskrnl/ldr/userldr.c +++ b/reactos/ntoskrnl/ldr/userldr.c @@ -26,7 +26,6 @@ #define NDEBUG #include -#include "syspath.h" /* FUNCTIONS *****************************************************************/