mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +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
|
||||
* 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);
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
||||
#include "syspath.h"
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue