mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:12:57 +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)
|
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
|
||||||
|
|
||||||
#include "mntmgr.h"
|
#include "mntmgr.h"
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
|
||||||
|
|
||||||
#include "mntmgr.h"
|
#include "mntmgr.h"
|
||||||
|
|
||||||
#define MAX_DEVICES 0x3E8 /* Matches 1000 devices */
|
#define MAX_DEVICES 0x3E8 /* Matches 1000 devices */
|
||||||
|
|
|
@ -2,14 +2,11 @@
|
||||||
#define _MNTMGR_H_
|
#define _MNTMGR_H_
|
||||||
|
|
||||||
#include <ntifs.h>
|
#include <ntifs.h>
|
||||||
#include <ntddk.h>
|
|
||||||
#include <mountdev.h>
|
#include <mountdev.h>
|
||||||
#include <ntddvol.h>
|
#include <ntddvol.h>
|
||||||
#include <wdmguid.h>
|
#include <wdmguid.h>
|
||||||
#include <ioevent.h>
|
#include <ndk/psfuncs.h>
|
||||||
#include <psfuncs.h>
|
|
||||||
#include <ntdddisk.h>
|
#include <ntdddisk.h>
|
||||||
#include <ntddvol.h>
|
|
||||||
|
|
||||||
/* Enter FIXME */
|
/* Enter FIXME */
|
||||||
#ifdef IsEqualGUID
|
#ifdef IsEqualGUID
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
* Alex Ionescu (alex.ionescu@reactos.org)
|
* Alex Ionescu (alex.ionescu@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
|
||||||
|
|
||||||
#include "mntmgr.h"
|
#include "mntmgr.h"
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
|
@ -24,10 +24,10 @@
|
||||||
* Alex Ionescu (alex.ionescu@reactos.org)
|
* Alex Ionescu (alex.ionescu@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
|
||||||
|
|
||||||
#include "mntmgr.h"
|
#include "mntmgr.h"
|
||||||
|
|
||||||
|
#include <ioevent.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
|
||||||
|
|
||||||
#include "mntmgr.h"
|
#include "mntmgr.h"
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
|
||||||
|
|
||||||
#include "mntmgr.h"
|
#include "mntmgr.h"
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
* PROGRAMMER: Pierre Schweitzer (pierre.schweitzer@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
|
||||||
|
|
||||||
#include "mntmgr.h"
|
#include "mntmgr.h"
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue