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

svn path=/trunk/; revision=61956
This commit is contained in:
Amine Khaldi 2014-02-03 10:58:33 +00:00
parent 9e9524b559
commit a69a0b3244
2 changed files with 3 additions and 2 deletions

View file

@ -9,6 +9,9 @@
/* INCLUDES ******************************************************************/
#include <hal.h>
#include <ntdddisk.h>
#define NDEBUG
#include <debug.h>

View file

@ -24,8 +24,6 @@
/* IFS/DDK/NDK Headers */
#include <ntifs.h>
#include <bugcodes.h>
#include <ntdddisk.h>
#include <arc/arc.h>
#include <ndk/asm.h>