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

svn path=/trunk/; revision=61853
This commit is contained in:
Amine Khaldi 2014-01-27 22:23:24 +00:00
parent 268afe1faf
commit cf290173f4
2 changed files with 3 additions and 6 deletions

View file

@ -7,8 +7,11 @@
*/
#include "kddll.h"
#include <cportlib/cportlib.h>
#include <arc/arc.h>
#include <stdlib.h>
#include <ndk/halfuncs.h>
#define NDEBUG
#include <debug.h>

View file

@ -6,15 +6,9 @@
* PROGRAMMER: Timo Kreuzer (timo.kreuzer@ewactos.org)
*/
#pragma once
#define NOEXTAPI
#include <ntifs.h>
#include <arc/arc.h>
#include <halfuncs.h>
#include <windbgkd.h>
#include <wdbgexts.h>
#include <ioaccess.h> /* port intrinsics */
//#define KDDEBUG /* uncomment to enable debugging this dll */