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

svn path=/trunk/; revision=61881
This commit is contained in:
Amine Khaldi 2014-01-29 10:59:06 +00:00
parent 0bf31251ea
commit 1f2d5bca91
23 changed files with 25 additions and 23 deletions

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -1,4 +1,4 @@
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#include <ntimage.h> #include <ntimage.h>
#include <ndk/ldrfuncs.h> #include <ndk/ldrfuncs.h>

View file

@ -6,7 +6,9 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#include <ntifs.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -7,7 +7,7 @@
Andrew Greenwood Andrew Greenwood
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#include <bdamedia.h> #include <bdamedia.h>

View file

@ -1,6 +1,6 @@
#define _KSDDK_ #define _KSDDK_
#include <ntifs.h> #include <ntddk.h>
#include <portcls.h> #include <portcls.h>
#include <kcom.h> #include <kcom.h>
#include <pseh/pseh2.h> #include <pseh/pseh2.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#include <stdio.h> #include <stdio.h>
#include <swenum.h> #include <swenum.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -7,7 +7,7 @@
* KJK::Hyperion * KJK::Hyperion
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald * PROGRAMMER: Johannes Anderwald
*/ */
#include "priv.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>