mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[EXT2LIB]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61515
This commit is contained in:
@@ -8,12 +8,11 @@
|
||||
/* INCLUDES **************************************************************/
|
||||
|
||||
#include "Mke2fs.h"
|
||||
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <debug.h>
|
||||
|
||||
/* DEFINITIONS ***********************************************************/
|
||||
|
||||
|
||||
|
||||
/* FUNCTIONS *************************************************************/
|
||||
|
||||
PCCHAR
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
/* INCLUDES **************************************************************/
|
||||
|
||||
#include "Mke2fs.h"
|
||||
|
||||
#include <fmifs/fmifs.h>
|
||||
#include <debug.h>
|
||||
|
||||
/* GLOBALS ***************************************************************/
|
||||
|
||||
@@ -8,20 +8,11 @@
|
||||
/* INCLUDES **************************************************************/
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/kefuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <fmifs/fmifs.h>
|
||||
|
||||
#include "string.h"
|
||||
#include "ctype.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "ext2_fs.h"
|
||||
|
||||
#include "getopt.h"
|
||||
|
||||
/* DEFINITIONS ***********************************************************/
|
||||
|
||||
#define SECTOR_SIZE (Ext2Sys->DiskGeometry.BytesPerSector)
|
||||
|
||||
Reference in New Issue
Block a user