* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716
svn path=/trunk/; revision=61869
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
-
/* FUNCTIONS ****************************************************************/
static
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
-
/* FUNCTIONS ****************************************************************/
NTSTATUS
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
-
/* FUNCTIONS ****************************************************************/
/*
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
-
/* FUNCTIONS ****************************************************************/
static
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
-
/* FUNCTIONS ****************************************************************/
#if 0
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
-
/* FUNCTIONS ****************************************************************/
/*
#include "ntfs.h"
-
/* FUNCTIONS ****************************************************************/
BOOLEAN
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
-
-
/* MACROS *******************************************************************/
#define TAG_FCB 'BCFI'
-
-
/* FUNCTIONS ****************************************************************/
static
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
-
/* FUNCTIONS ****************************************************************/
/*
#include "ntfs.h"
+#include <ntdddisk.h>
+
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
/* FUNCTIONS ****************************************************************/
/*
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
-
/* FUNCTIONS ****************************************************************/
-
NTSTATUS
NtfsOpenMft(PDEVICE_EXTENSION Vcb)
{
#define NDEBUG
#include <debug.h>
-/* GLOBALS *****************************************************************/
-
-
/* FUNCTIONS ****************************************************************/
/*
PNTFS_GLOBAL_DATA NtfsGlobalData = NULL;
-
/* FUNCTIONS ****************************************************************/
/*
#define NTFS_H
#include <ntifs.h>
-#include <ntddk.h>
-#include <ntdddisk.h>
#define CACHEPAGESIZE(pDeviceExt) \
((pDeviceExt)->NtfsInfo.UCHARsPerCluster > PAGE_SIZE ? \
#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 ****************************************************************/
/*