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

svn path=/trunk/; revision=61869
This commit is contained in:
Amine Khaldi
2014-01-28 21:21:04 +00:00
parent 892e41ffa8
commit ce6694437c
15 changed files with 2 additions and 42 deletions
@@ -31,9 +31,6 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* FUNCTIONS ****************************************************************/
static
@@ -30,9 +30,6 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* FUNCTIONS ****************************************************************/
NTSTATUS
-3
View File
@@ -31,9 +31,6 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* FUNCTIONS ****************************************************************/
/*
@@ -30,9 +30,6 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* FUNCTIONS ****************************************************************/
static
@@ -30,9 +30,6 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* FUNCTIONS ****************************************************************/
#if 0
@@ -31,9 +31,6 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* FUNCTIONS ****************************************************************/
/*
@@ -32,7 +32,6 @@
#include "ntfs.h"
/* FUNCTIONS ****************************************************************/
BOOLEAN
-6
View File
@@ -30,16 +30,10 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* MACROS *******************************************************************/
#define TAG_FCB 'BCFI'
/* FUNCTIONS ****************************************************************/
static
-3
View File
@@ -30,9 +30,6 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* FUNCTIONS ****************************************************************/
/*
+2 -2
View File
@@ -29,11 +29,11 @@
#include "ntfs.h"
#include <ntdddisk.h>
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* FUNCTIONS ****************************************************************/
/*
-4
View File
@@ -31,12 +31,8 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* FUNCTIONS ****************************************************************/
NTSTATUS
NtfsOpenMft(PDEVICE_EXTENSION Vcb)
{
-3
View File
@@ -31,9 +31,6 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *****************************************************************/
/* FUNCTIONS ****************************************************************/
/*
-1
View File
@@ -35,7 +35,6 @@
PNTFS_GLOBAL_DATA NtfsGlobalData = NULL;
/* FUNCTIONS ****************************************************************/
/*
-2
View File
@@ -2,8 +2,6 @@
#define NTFS_H
#include <ntifs.h>
#include <ntddk.h>
#include <ntdddisk.h>
#define CACHEPAGESIZE(pDeviceExt) \
((pDeviceExt)->NtfsInfo.UCHARsPerCluster > PAGE_SIZE ? \
-2
View File
@@ -32,13 +32,11 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *******************************************************************/
#define ROUND_UP(N, S) ((((N) + (S) - 1) / (S)) * (S))
#define ROUND_DOWN(N, S) ((N) - ((N) % (S)))
/* FUNCTIONS ****************************************************************/
/*