* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61514
This commit is contained in:
Amine Khaldi 2014-01-04 10:19:27 +00:00
parent 09b5f78ffd
commit 07cac9a63e
2 changed files with 4 additions and 3 deletions

View file

@ -19,6 +19,10 @@
#include "precomp.h"
#include <ndk/mmfuncs.h>
#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
#define NDEBUG
#include <debug.h>

View file

@ -1,7 +1,4 @@
#define NTOS_MODE_USER
#include <ndk/exfuncs.h>
#include <ndk/mmfuncs.h>
#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
#include <epsapi/epsapi.h>