[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:
Amine Khaldi 2014-01-04 10:21:16 +00:00
parent 07cac9a63e
commit 4f48733982
3 changed files with 5 additions and 13 deletions

View file

@ -8,12 +8,11 @@
/* INCLUDES **************************************************************/
#include "Mke2fs.h"
#include <ndk/iofuncs.h>
#include <ndk/obfuncs.h>
#include <debug.h>
/* DEFINITIONS ***********************************************************/
/* FUNCTIONS *************************************************************/
PCCHAR

View file

@ -8,6 +8,8 @@
/* INCLUDES **************************************************************/
#include "Mke2fs.h"
#include <fmifs/fmifs.h>
#include <debug.h>
/* GLOBALS ***************************************************************/

View file

@ -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)