mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
- Removed kernel private includes.
svn path=/trunk/; revision=5886
This commit is contained in:
parent
49f689ef95
commit
1d47b45a53
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#ifndef _NTOS_H
|
||||
#define _NTOS_H
|
||||
/* $Id: ntos.h,v 1.15 2003/08/25 01:37:47 sedwards Exp $ */
|
||||
/* $Id: ntos.h,v 1.16 2003/08/27 21:21:59 dwelch Exp $ */
|
||||
|
||||
#if defined(NTOS_MODE_USER)
|
||||
/*
|
||||
|
@ -9,7 +9,6 @@
|
|||
*/
|
||||
#include <windows.h>
|
||||
#include <ddk/ntddk.h>
|
||||
#include <ddk/ntifs.h>
|
||||
#include "ntos/types.h"
|
||||
#include "ntos/cdrom.h"
|
||||
#include "ntos/console.h"
|
||||
|
@ -32,7 +31,6 @@
|
|||
#include "ntos/time.h"
|
||||
#include "napi/i386/segment.h"
|
||||
#include "napi/types.h"
|
||||
#include "napi/core.h"
|
||||
#include "napi/dbg.h"
|
||||
#include "napi/lpc.h"
|
||||
#include "napi/npipe.h"
|
||||
|
@ -76,7 +74,6 @@
|
|||
#include "ntos/time.h"
|
||||
#include "napi/i386/segment.h"
|
||||
#include "napi/types.h"
|
||||
#include "napi/core.h"
|
||||
#include "napi/dbg.h"
|
||||
#include "napi/lpc.h"
|
||||
#include "napi/npipe.h"
|
||||
|
|
Loading…
Reference in a new issue