mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[MOUNTMGR]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61870
This commit is contained in:
parent
ce6694437c
commit
38aa140c5a
8 changed files with 3 additions and 18 deletions
|
@ -23,8 +23,6 @@
|
|||
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "mntmgr.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "mntmgr.h"
|
||||
|
||||
#define MAX_DEVICES 0x3E8 /* Matches 1000 devices */
|
||||
|
|
|
@ -2,14 +2,11 @@
|
|||
#define _MNTMGR_H_
|
||||
|
||||
#include <ntifs.h>
|
||||
#include <ntddk.h>
|
||||
#include <mountdev.h>
|
||||
#include <ntddvol.h>
|
||||
#include <wdmguid.h>
|
||||
#include <ioevent.h>
|
||||
#include <psfuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
#include <ntdddisk.h>
|
||||
#include <ntddvol.h>
|
||||
|
||||
/* Enter FIXME */
|
||||
#ifdef IsEqualGUID
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
* Alex Ionescu (alex.ionescu@reactos.org)
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "mntmgr.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -24,10 +24,10 @@
|
|||
* Alex Ionescu (alex.ionescu@reactos.org)
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "mntmgr.h"
|
||||
|
||||
#include <ioevent.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "mntmgr.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "mntmgr.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "mntmgr.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
|
Loading…
Reference in a new issue