Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/libntfs
In directory usw-pr-cvs1:/tmp/cvs-serv3389/libntfs
Modified Files:
bootsect.c
Log Message:
Cleanup/streamline include file dependencies.
Index: bootsect.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/bootsect.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -U2 -r1.7 -r1.8
--- bootsect.c 20 Apr 2002 23:09:42 -0000 1.7
+++ bootsect.c 21 Apr 2002 01:26:39 -0000 1.8
@@ -27,5 +27,4 @@
#include "types.h"
#include "bootsect.h"
-#include "endians.h"
#include "debug.h"
|