Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv3389/ntfstools
Modified Files:
dumplog.c mkntfs.c ntfsdump_logfile.c ntfsfix.c
Log Message:
Cleanup/streamline include file dependencies.
Index: dumplog.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/dumplog.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- dumplog.c 18 Apr 2002 18:15:46 -0000 1.5
+++ dumplog.c 21 Apr 2002 01:26:39 -0000 1.6
@@ -39,6 +39,5 @@
#include "types.h"
-#include "endians.h"
-#include "ntfs_rec.h"
+#include "mst.h"
#include "logfile.h"
Index: mkntfs.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/mkntfs.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -U2 -r1.69 -r1.70
--- mkntfs.c 21 Apr 2002 01:12:55 -0000 1.69
+++ mkntfs.c 21 Apr 2002 01:26:39 -0000 1.70
@@ -105,6 +105,4 @@
#include "types.h"
-#include "support.h"
-#include "endians.h"
#include "bootsect.h"
#include "disk_io.h"
Index: ntfsdump_logfile.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsdump_logfile.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -U2 -r1.18 -r1.19
--- ntfsdump_logfile.c 20 Apr 2002 23:09:43 -0000 1.18
+++ ntfsdump_logfile.c 21 Apr 2002 01:26:39 -0000 1.19
@@ -54,8 +54,6 @@
#include "types.h"
#include "attrib.h"
-#include "endians.h"
#include "mft.h"
#include "disk_io.h"
-#include "volume.h"
#include "logfile.h"
Index: ntfsfix.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsfix.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -U2 -r1.28 -r1.29
--- ntfsfix.c 20 Apr 2002 23:09:43 -0000 1.28
+++ ntfsfix.c 21 Apr 2002 01:26:39 -0000 1.29
@@ -57,8 +57,6 @@
#include "types.h"
#include "attrib.h"
-#include "endians.h"
#include "mft.h"
#include "disk_io.h"
-#include "volume.h"
#include "logfile.h"
|