[Ocfs2-commits] jlbec commits r1560 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Oct 8 16:09:43 CDT 2004


Author: jlbec
Date: 2004-10-08 16:09:41 -0500 (Fri, 08 Oct 2004)
New Revision: 1560

Modified:
   trunk/src/24io.c
   trunk/src/localalloc.c
Log:

o A few more header cleanups



Modified: trunk/src/24io.c
===================================================================
--- trunk/src/24io.c	2004-10-08 21:07:30 UTC (rev 1559)
+++ trunk/src/24io.c	2004-10-08 21:09:41 UTC (rev 1560)
@@ -12,11 +12,11 @@
 
 #include "ocfs_log.h"
 #include "ocfs.h"
-#include "ocfs2.h"
 
 #include "alloc.h"
 #include "inode.h"
 
+
 #define OCFS_DEBUG_CONTEXT    OCFS_DEBUG_CONTEXT_INODE
 
 #ifdef SUSE

Modified: trunk/src/localalloc.c
===================================================================
--- trunk/src/localalloc.c	2004-10-08 21:07:30 UTC (rev 1559)
+++ trunk/src/localalloc.c	2004-10-08 21:09:41 UTC (rev 1560)
@@ -42,13 +42,9 @@
 #include "alloc.h"
 #include "bitmap.h"
 #include "dlm.h"
-#include "extmap.h"
-#include "inode.h"
 #include "localalloc.h"
-#include "util.h"
 #include "suballoc.h"
 #include "sysfile.h"
-#include "file.h"
 
 #include "ocfs_journal.h"
 #include "buffer_head_io.h"



More information about the Ocfs2-commits mailing list