mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
Removed invalid includes
svn path=/trunk/; revision=1206
This commit is contained in:
parent
88cf03e85b
commit
57fc573524
2 changed files with 1 additions and 4 deletions
|
@ -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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -34,8 +34,6 @@
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <internal/debug.h>
|
#include <internal/debug.h>
|
||||||
|
|
||||||
#include "syspath.h"
|
|
||||||
|
|
||||||
|
|
||||||
/* FIXME: this should appear in a kernel header file */
|
/* FIXME: this should appear in a kernel header file */
|
||||||
NTSTATUS IoInitializeDriver(PDRIVER_INITIALIZE DriverEntry);
|
NTSTATUS IoInitializeDriver(PDRIVER_INITIALIZE DriverEntry);
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <internal/debug.h>
|
#include <internal/debug.h>
|
||||||
|
|
||||||
#include "syspath.h"
|
|
||||||
|
|
||||||
/* FUNCTIONS *****************************************************************/
|
/* FUNCTIONS *****************************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue