Changes by: flatcap
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv21991/ntfstools
Modified Files:
ntfsundelete.c ntfsundelete.h sd.c
Log Message:
start to break up the dependency loops in the header files
Index: ntfsundelete.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsundelete.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- ntfsundelete.c 9 Jul 2002 19:17:49 -0000 1.5
+++ ntfsundelete.c 11 Jul 2002 13:18:11 -0000 1.6
@@ -44,5 +44,4 @@
#include "inode.h"
#include "disk_io.h"
-#include "runlist.h"
static const char *AUTHOR = "Richard Russon (FlatCap)";
Index: ntfsundelete.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsundelete.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- ntfsundelete.h 1 Jul 2002 13:30:28 -0000 1.2
+++ ntfsundelete.h 11 Jul 2002 13:18:12 -0000 1.3
@@ -27,5 +27,5 @@
#include "types.h"
#include "list.h"
-#include "layout.h"
+#include "runlist.h"
struct options {
Index: sd.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/sd.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- sd.c 20 Apr 2002 23:09:43 -0000 1.4
+++ sd.c 11 Jul 2002 13:18:12 -0000 1.5
@@ -1,3 +1,4 @@
#include "types.h"
+#include "layout.h"
/*
|