mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Cleanup kernel usage to decrease compilation time/memory
svn path=/trunk/; revision=16136
This commit is contained in:
parent
eb67c61944
commit
4b83cb1f77
7 changed files with 16 additions and 10 deletions
|
@ -28,14 +28,6 @@
|
|||
#include <ntdll/csr.h>
|
||||
#include <ntdll/ldr.h>
|
||||
|
||||
/* Toolhelp & CSRSS Header */
|
||||
#include <tlhelp32.h>
|
||||
#include <csrss/csrss.h>
|
||||
|
||||
/* FIXME: KILL ROSRTL */
|
||||
#include <rosrtl/thread.h>
|
||||
#include <rosrtl/registry.h>
|
||||
|
||||
/* Internal Kernel32 Header */
|
||||
#include "include/kernel32.h"
|
||||
|
||||
|
@ -44,5 +36,5 @@
|
|||
|
||||
/* Helper Header */
|
||||
#include <reactos/helper.h>
|
||||
#include <reactos/buildno.h>
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
|
||||
#include <k32.h>
|
||||
|
||||
/* FIXME */
|
||||
#include <rosrtl/registry.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include "../include/debug.h"
|
||||
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
|
||||
#include <k32.h>
|
||||
|
||||
#include <tlhelp32.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include "../include/debug.h"
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
*/
|
||||
|
||||
#include <k32.h>
|
||||
#include <reactos/buildno.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include "../include/debug.h"
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
/* INCLUDES ****************************************************************/
|
||||
|
||||
#include <k32.h>
|
||||
#include <pseh/framebased.h>
|
||||
|
||||
/* FIXME */
|
||||
#include <rosrtl/thread.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include "../include/debug.h"
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
*/
|
||||
#include <k32.h>
|
||||
|
||||
/* FIXME */
|
||||
#include <rosrtl/thread.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include "../include/debug.h"
|
||||
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
|
||||
#include <k32.h>
|
||||
|
||||
/* FIXME */
|
||||
#include <rosrtl/thread.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include "../include/debug.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue