* 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
+3
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>
-6
View File
@@ -6,15 +6,9 @@
* PROGRAMMER: Timo Kreuzer ([email protected])
*/
#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 */