vserver 2.0 rc7
[linux-2.6.git] / fs / isofs / util.c
index 3f6d9c1..01e1ee7 100644 (file)
@@ -2,9 +2,7 @@
  *  linux/fs/isofs/util.c
  */
 
-#include <linux/time.h>
-#include <linux/fs.h>
-#include <linux/iso_fs.h>
+#include "isofs.h"
 
 /* 
  * We have to convert from a MM/DD/YY format to the Unix ctime format.
@@ -80,4 +78,3 @@ int iso_date(char * p, int flag)
        }
        return crtime;
 }              
-