X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fisofs%2Futil.c;h=01e1ee7a998b8a17b409b2118b28274c027bd1c1;hb=749d229761ff0135cc4e16b8a28b41ae2f6b2c35;hp=3f6d9c1ac95addc17e5a4546679f44619f9be5d0;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=mv-sheeva.git diff --git a/fs/isofs/util.c b/fs/isofs/util.c index 3f6d9c1ac95..01e1ee7a998 100644 --- a/fs/isofs/util.c +++ b/fs/isofs/util.c @@ -2,9 +2,7 @@ * linux/fs/isofs/util.c */ -#include -#include -#include +#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; } -