Removed invalid includes

svn path=/trunk/; revision=1206
This commit is contained in:
Eric Kohl 2000-06-19 16:42:31 +00:00
parent 88cf03e85b
commit 57fc573524
2 changed files with 1 additions and 4 deletions

View file

@ -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 <internal/debug.h>
#include "syspath.h"
/* FIXME: this should appear in a kernel header file */
NTSTATUS IoInitializeDriver(PDRIVER_INITIALIZE DriverEntry);

View file

@ -26,7 +26,6 @@
#define NDEBUG
#include <internal/debug.h>
#include "syspath.h"
/* FUNCTIONS *****************************************************************/